StartWorkflow

zio.temporal.schedules.ZScheduleAction.StartWorkflow
final class StartWorkflow(val toJava: ScheduleActionStartWorkflow) extends ZScheduleAction

Schedule action to start a workflow.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def arguments: EncodedValues

Arguments for the workflow.

Arguments for the workflow.

Attributes

Returns

the arguments used for the scheduled workflows.

def header: Header

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

def options: WorkflowOptions

Get the workflow options used.

Get the workflow options used.

Attributes

Returns

workflow options used for the scheduled workflows.

override def toString: String

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
def workflowType: String

Get the workflow type name.

Get the workflow type name.

Attributes

Returns

the workflow type name.

Concrete fields

override val toJava: ScheduleActionStartWorkflow