ZWorkflowOptions

zio.temporal.workflow.ZWorkflowOptions
See theZWorkflowOptions companion object
case class ZWorkflowOptions

Represents temporal workflow options

Attributes

See also:

WorkflowOptions

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toJava(workflowId: String): WorkflowOptions
def transformJavaOptions(f: Builder => Builder): ZWorkflowOptions

Allows to specify options directly on the java SDK's WorkflowOptions. Use it in case an appropriate withXXX method is missing

Allows to specify options directly on the java SDK's WorkflowOptions. Use it in case an appropriate withXXX method is missing

Attributes

Note:

the options specified via this method take precedence over those specified via other methods.

def withContextPropagators(values: ContextPropagator*): ZWorkflowOptions
def withMemo(values: (String, AnyRef)*): ZWorkflowOptions
def withWorkflowIdReusePolicy(value: WorkflowIdReusePolicy): ZWorkflowOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product