# Functions
ActivityInput is an option to pass a JSON-serializable input.
ActivityRawInput is an option to pass a byte slice as an input.
No description provided by the author
ChildWorkflowInput is an option to provide a JSON-serializable input when calling a child workflow.
ChildWorkflowInstanceID is an option to provide an instance id when calling a child workflow.
ChildWorkflowRawInput is an option to provide a byte slice input when calling a child workflow.
No description provided by the author
NewClient returns a workflow client.
NewTaskSlice returns a slice of tasks which can be executed in parallel.
NewWorker returns a worker that can interface with the workflow engine.
WithDaprClient is an option to supply a custom dapr.Client to the workflow client.
WithEventPayload is an option to send a payload with an event to a workflow.
WithFetchPayloads is an option to return the payload from a workflow.
WithInput is an option to pass an input when scheduling a new workflow.
WithInstanceID is an option to set an InstanceID when scheduling a new workflow.
WithOutput is an option to define an output when terminating a workflow.
WithRawEventData is an option to send a byte slice with an event to a workflow.
WithRawInput is an option to pass a byte slice as an input when scheduling a new workflow.
WithRawOutput is an option to define a byte slice to output when terminating a workflow.
WithRecursivePurge configures whether to purge all sub-workflows created by the target workflow.
WithRecursiveTerminate configures whether to terminate all sub-workflows created by the target workflow.
No description provided by the author
WithStartTime is an option to set the start time when scheduling a new workflow.
WorkerWithDaprClient allows you to specify a custom dapr.Client for the worker.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author