Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionExecutionService ¶
type ActionExecutionService struct {
// contains filtered or unexported fields
}
func NewActionExecutionService ¶
func NewActionExecutionService(container *container.DIContiner) *ActionExecutionService
func (*ActionExecutionService) HandleTaskResult ¶
func (s *ActionExecutionService) HandleTaskResult(taskResult *api.TaskResult) error
func (*ActionExecutionService) Push ¶
func (ts *ActionExecutionService) Push(res *api.TaskResult) error
type WorkflowExecutionService ¶
type WorkflowExecutionService struct {
// contains filtered or unexported fields
}
func NewWorkflowExecutionService ¶
func NewWorkflowExecutionService(container *container.DIContiner) *WorkflowExecutionService
func (*WorkflowExecutionService) ConsumeEvent ¶
func (s *WorkflowExecutionService) ConsumeEvent(name string, flowId string, event string) error
Click to show internal directories.
Click to hide internal directories.