The Durable Client service provides methods for
starting, signaling, and querying workflows.
Start a new workflow execution by calling
workflow.start. Note the direct connection to
Postgres.
NATS can be used as the message broker if advanced
messaging is required (i.e, patterned subscriptions).
The Durable Client service provides methods for
starting, signaling, and querying workflows.
Starting a workflow is the primary use case and
is accessed by calling workflow.start().
The Durable
Clientservice provides methods for starting, signaling, and querying workflows. Start a new workflow execution by callingworkflow.start. Note the direct connection to Postgres.NATS can be used as the message broker if advanced messaging is required (i.e, patterned subscriptions).
Example