Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkflowInstance ¶
type WorkflowInstance interface {
GetInstanceID() string
GetExecutionID() string
ParentInstance() WorkflowInstance
ParentEventID() int
SubWorkflow() bool
}
func NewSubWorkflowInstance ¶
func NewSubWorkflowInstance(instanceID, executionID string, parentInstance WorkflowInstance, parentEventID int) WorkflowInstance
func NewWorkflowInstance ¶
func NewWorkflowInstance(instanceID, executionID string) WorkflowInstance
Click to show internal directories.
Click to hide internal directories.