StartWorkflow
zio.temporal.schedules.ZScheduleAction.StartWorkflow
final class StartWorkflow(val toJava: ScheduleActionStartWorkflow) extends ZScheduleAction
Schedule action to start a workflow.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Arguments for the workflow.
Arguments for the workflow.
Attributes
- Returns
-
the arguments used for the scheduled workflows.
Get the headers that will be sent with each workflow scheduled.
Get the headers that will be sent with each workflow scheduled.
Attributes
- Returns
-
headers to be sent
Get the workflow options used.
Get the workflow options used.
Attributes
- Returns
-
workflow options used for the scheduled workflows.
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Get the workflow type name.
Get the workflow type name.
Attributes
- Returns
-
the workflow type name.
Concrete fields
In this article