import { WorkflowContext } from "https://deno.land/x/live@1.53.6/deps.ts";
WorkflowContext is used for providing api access to the workflow engine.
Constructors
Methods
UNDER TEST, wait all has a bug where the items where delivered out of the order. Wait until all commands has completed and return an array of results.
Executes the activity for the given context and args.
Executes the activity for the given context and args.
Executes the http request for the given context and args.
Logs at least once with additional workflow information
Returns a random consistent with the given workflow execution
Send a signal for the given workflow execution
stop the current workflow execution and sleep the given miliseconds time.
stops the current workflow execution and sleep until the given date.
Start a new workflow execution
Wait until any of commands has completed and return its result.
waitForSignal wait for the given signal to be occurred.