Interface
Step path used to connect steps in a diagram.
Properties
Property | Type | Notes |
---|---|---|
assignedTo | string | Reassign the next step in the job to a different user or group. Not required of |
assignedType | AssignedType | Assignment type for the next step. |
expression | string | Path expression evaluated to determine if this path meets the criteria from the step that just completed. |
forceGroupAssignment | boolean | Indicates whether to force step assignment to a group. Use this in cases where the current user belongs to the group and the desired behavior is to assign to the group and not the current user. |
isAssignedToCustomExpression | boolean | Indicates the path expression is a custom expression. |
label | string | Path label. |
nextStep | string | The id of next step in the diagram this path leads to. |
points | Point[] | Location of the from and to points for the path. |
ports | string[] | Ports used on the from and to steps to connect the path to. |
assignedTo
assignedTo: string
Reassign the next step in the job to a different user or group. Not required of assignedType=AssignedType.Unassigned
.
assignedType
Interface PropertyassignedType: AssignedType
Assignment type for the next step.
expression
expression: string
Path expression evaluated to determine if this path meets the criteria from the step that just completed.
forceGroupAssignment
forceGroupAssignment: boolean
Indicates whether to force step assignment to a group. Use this in cases where the current user belongs to the group and the desired behavior is to assign to the group and not the current user.
isAssignedToCustomExpression
isAssignedToCustomExpression: boolean
Indicates the path expression is a custom expression.
points
Interface Propertypoints: Point[]
Location of the from and to points for the path.