Documentation
¶
Index ¶
- func AwaitWorkflowResult[T any, R any](ctx context.Context, backend backend.Backend, workflow types.Workflow[T, R], ...) (*R, error, error)
- func GetWorkflowResult[T any, R any](ctx context.Context, backend backend.Backend, workflow types.Workflow[T, R], ...) (*dto.WorkflowExecutionResult, error)
- func ScheduleWorkflow[T any, R any](ctx context.Context, backend backend.Backend, workflow types.Workflow[T, R], ...) error
- func SignalWorkflow(ctx context.Context, backend backend.Backend, workflowID string, ...) error
- type WorkflowScheduleOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AwaitWorkflowResult ¶
func GetWorkflowResult ¶
func ScheduleWorkflow ¶
Types ¶
type WorkflowScheduleOptions ¶
Click to show internal directories.
Click to hide internal directories.