-
Notifications
You must be signed in to change notification settings - Fork 131
Update Java Client with new WorkflowOptions #1036
Copy link
Copy link
Open
Labels
featureDEPRECATED -> use kind/featureDEPRECATED -> use kind/featuregood first issueDEPRECATED -> use good-first-issueDEPRECATED -> use good-first-issuegood-first-issueSmall, well-scoped task with a mentor available - ideal for a first-time contributor.Small, well-scoped task with a mentor available - ideal for a first-time contributor.kind/featureNew capability, behavior, or public API surface that doesn't exist today.New capability, behavior, or public API surface that doesn't exist today.
Description
Activity
Metadata
Metadata
Assignees
Labels
featureDEPRECATED -> use kind/featureDEPRECATED -> use kind/featuregood first issueDEPRECATED -> use good-first-issueDEPRECATED -> use good-first-issuegood-first-issueSmall, well-scoped task with a mentor available - ideal for a first-time contributor.Small, well-scoped task with a mentor available - ideal for a first-time contributor.kind/featureNew capability, behavior, or public API surface that doesn't exist today.New capability, behavior, or public API surface that doesn't exist today.
The following parameters were introduced to StartWorkflowExecutionRequest.
However, we don't have a way to set these options when starting workflows with Java Client.
We should support these options.
An example pull request for adding new options: #640