Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkflowInstance ¶
type WorkflowInstance struct {
InstanceID string `json:"instance_id,omitempty"`
ExecutionID string `json:"execution_id,omitempty"`
ParentInstanceID string `json:"parent_instance,omitempty"`
ParentEventID int `json:"parent_event_id,omitempty"`
}
func NewSubWorkflowInstance ¶
func NewSubWorkflowInstance(instanceID, executionID string, parentInstanceID string, parentEventID int) *WorkflowInstance
func NewWorkflowInstance ¶
func NewWorkflowInstance(instanceID, executionID string) *WorkflowInstance
func (*WorkflowInstance) SubWorkflow ¶
func (wi *WorkflowInstance) SubWorkflow() bool
Click to show internal directories.
Click to hide internal directories.