StartWorkflow

zio.temporal.schedules.ZScheduleActionExecution$.StartWorkflow
final case class StartWorkflow extends ZScheduleActionExecution

Action execution representing a scheduled workflow start.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def firstExecutionRunId: String

Get the workflow run ID of the scheduled workflow.

Get the workflow run ID of the scheduled workflow.

Attributes

Returns

run ID

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 workflowId: String

Get the workflow ID of the scheduled workflow.

Get the workflow ID of the scheduled workflow.

Attributes

Returns

workflow ID

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product