Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TODO: @joshvanl: remove CallbackChannelProperty = "dapr.callback" CreateWorkflowInstanceMethod = "CreateWorkflowInstance" AddWorkflowEventMethod = "AddWorkflowEvent" PurgeWorkflowStateMethod = "PurgeWorkflowState" WaitForRuntimeStatus = "WaitForRuntimeStatus" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityScheduler ¶
type ActivityScheduler func(ctx context.Context, wi *backend.ActivityWorkItem) error
ActivityScheduler is a func interface for pushing activity work items into the backend
type WorkflowScheduler ¶
type WorkflowScheduler func(ctx context.Context, wi *backend.OrchestrationWorkItem) error
WorkflowScheduler is a func interface for pushing workflow (orchestration) work items into the backend
Click to show internal directories.
Click to hide internal directories.