StepPath

Interface

Step path used to connect steps in a diagram.

Properties

PropertyTypeNotes
string

Reassign the next step in the job to a different user or group. Not required of assignedType=AssignedType.Unassigned .

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.

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

optional
Interface Property
assignedTo: string

Reassign the next step in the job to a different user or group. Not required of assignedType=AssignedType.Unassigned .

assignedType

Interface Property
assignedType: AssignedType

Assignment type for the next step.

expression

optional
Interface Property
expression: string

Path expression evaluated to determine if this path meets the criteria from the step that just completed.

forceGroupAssignment

optional
Interface Property
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

optional
Interface Property
isAssignedToCustomExpression: boolean

Indicates the path expression is a custom expression.

label

optional
Interface Property
label: string

Path label.

nextStep

Interface Property
nextStep: string

The id of next step in the diagram this path leads to.

points

Interface Property
points: Point[]

Location of the from and to points for the path.

ports

Interface Property
ports: string[]

Ports used on the from and to steps to connect the path to.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.