Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnknownStateFilter = errors.New("is unknown (valid: all, active, canceled, completed)")
)
Functions ¶
This section is empty.
Types ¶
type CancelResponse ¶
type ProcessInstance ¶
type ProcessInstance struct {
BpmnProcessId string `json:"bpmnProcessId,omitempty"`
EndDate string `json:"endDate,omitempty"`
Incident bool `json:"incident,omitempty"`
Key int64 `json:"key,omitempty"`
ParentFlowNodeInstanceKey int64 `json:"parentFlowNodeInstanceKey,omitempty"`
ParentKey int64 `json:"parentKey,omitempty"`
ParentProcessInstanceKey *ProcessInstance `json:"parentProcessInstanceKey,omitempty"`
ProcessDefinitionKey int64 `json:"processDefinitionKey,omitempty"`
ProcessVersion int32 `json:"processVersion,omitempty"`
ProcessVersionTag string `json:"processVersionTag,omitempty"`
StartDate string `json:"startDate,omitempty"`
State ProcessInstanceState `json:"state,omitempty"`
TenantId string `json:"tenantId,omitempty"`
}
type ProcessInstanceState ¶
type ProcessInstanceState string
ProcessInstanceState defines model for ProcessInstance.State.
type SearchFilterOpts ¶
type State ¶
type State string
State is the process-instance state filter.
func ParseState ¶
ParseState parses a string (case-insensitive) into a State.
Click to show internal directories.
Click to hide internal directories.