Documentation
¶
Index ¶
Constants ¶
View Source
const ( CallbackChannelProperty = "dapr.callback" CreateWorkflowInstanceMethod = "CreateWorkflowInstance" GetWorkflowMetadataMethod = "GetWorkflowMetadata" AddWorkflowEventMethod = "AddWorkflowEvent" PurgeWorkflowStateMethod = "PurgeWorkflowState" GetWorkflowStateMethod = "GetWorkflowState" )
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 TODO: @joshvanl: remove
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 TODO: @joshvanl: remove
Click to show internal directories.
Click to hide internal directories.