Skip to content

fix(export): set GenerateShort's activity options before its first activity - #444

Merged
KillerX merged 1 commit into
fix/activity-option-defaultsfrom
fix/generate-short-options-before-first-activity
Aug 14, 2026
Merged

fix(export): set GenerateShort's activity options before its first activity#444
KillerX merged 1 commit into
fix/activity-option-defaultsfrom
fix/generate-short-options-before-first-activity

Conversation

@KillerX

@KillerX KillerX commented Aug 12, 2026

Copy link
Copy Markdown
Member

5/n of a stack. Base: fix/activity-option-defaults (#443).

GetExportDataActivity ran eighteen lines above the WithActivityOptions call, so it was the one activity in the workflow scheduled without the workflow's own options — it took whatever Execute fills in instead.

WithChildSearchAttributes sat on the same two lines, so that activity was also missing the VXID search attribute that makes an execution findable.

Both lines move above the call. Nothing between the top of the workflow and there touches ctx, so this only widens the scope they already had.

🤖 Generated with Claude Code

…tivity

GetExportDataActivity ran eighteen lines above the WithActivityOptions call, so
it was the one activity in the workflow scheduled without the workflow's own
options — it took whatever Execute fills in instead. WithChildSearchAttributes
sat on the same two lines, so that activity was also missing the VXID search
attribute that makes an execution findable.

Both lines move above the call. Nothing between the top of the workflow and
there touches ctx, so this only widens the scope they already had.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@KillerX
KillerX merged commit ff310b9 into master Aug 14, 2026
@KillerX
KillerX deleted the fix/generate-short-options-before-first-activity branch August 14, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant