The MeshFlow Client service is functionally
equivalent to the Temporal Client service.
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 MeshFlow Client service is functionally
equivalent to the Temporal Client service.
Starting a workflow is the primary use case and
is accessed by calling workflow.start().
The MeshFlow
Client
service is functionally equivalent to the TemporalClient
service. 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