Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(client): Add startDelay to workflow (signal) start options #1300

Merged
merged 5 commits into from
Nov 30, 2023

Conversation

antlai-temporal
Copy link
Contributor

What was changed

The Temporal server introduced the ability to delay the start of a workflow using the attribute startDelay in version 1.21.

This PR enables it for the TypeScript SDK.

There are also some format changes to Rust files in core-bridge after using npm run format. They were missing in previous commits because npm run lint.check does not validate Rust files with cargo fmt.

  1. Closes
    [Feature Request][TS] Expose StartWorkflowOptions.workflowStartDelay #1262
  2. How was this tested:
    Two system tests added

@antlai-temporal antlai-temporal requested a review from a team as a code owner November 21, 2023 09:02
Copy link
Contributor

@dandavison dandavison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor comments, let me know when it's ready for another review.

Copy link
Contributor

@mjameswh mjameswh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@antlai-temporal antlai-temporal dismissed dandavison’s stale review November 30, 2023 20:20

I think they have been taken care by the other changes, let me know otherwise...

@antlai-temporal antlai-temporal merged commit 28d4de3 into temporalio:main Nov 30, 2023
24 checks passed
@antlai-temporal antlai-temporal deleted the add-start-delay branch December 8, 2023 02:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants