Interface
Step path used to connect steps in a diagram.
Properties
Property | Type | Notes |
---|---|---|
string | Reassign the next step in the job to a different user or group. Not required of | |
Assignment type for the next step. | ||
string | Path expression evaluated to determine if this path meets the criteria from the step that just completed. | |
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. | |
boolean | Indicates the path expression is a custom expression. | |
string | Path label. | |
string | The id of next step in the diagram this path leads to. | |
Point[] | Location of the from and to points for the path. | |
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.