Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenDebug ¶ added in v1.1.1216
type OpenDebug struct {
// contains filtered or unexported fields
}
OpenDebug represents a running trace.
type OpenTrace ¶ added in v1.0.446
type OpenTrace struct {
// contains filtered or unexported fields
}
OpenTrace represents a running trace.
type OutputState ¶ added in v1.1.1216
type OutputState struct { model.WorkflowState Subject string VarMap map[string]interface{} }
OutputState represents the output state of a workflow. It embeds the model.WorkflowState struct and extends it with additional fields:
- Subject: the subject of the message
- VarMap: a map of variables
Click to show internal directories.
Click to hide internal directories.