SetTaskQueue

zio.temporal.workflow.ZWorkflowOptions$.SetTaskQueue
final class SetTaskQueue extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def withTaskQueue(value: String): ZWorkflowOptions

Task queue to use for workflow tasks. It should match a task queue specified when creating a zio.temporal.worker.ZWorker that hosts the workflow code.

Task queue to use for workflow tasks. It should match a task queue specified when creating a zio.temporal.worker.ZWorker that hosts the workflow code.

Attributes

Concrete fields

val workflowId: String