WorkflowPath

Zusammenfassung

The WorkflowPath object provides access to the attributes of a path contained within a job Workflow.

Diskussion

The WorkflowPath object supports describing a path and navigating through the workflow.

Eigenschaften

EigenschaftErläuterungDatentyp
description
(Schreibgeschützt)

The description of the path, also known as the path name.

String
fromStep
(Schreibgeschützt)

The ID of the WorkflowStep object the path originates from.

Integer
toStep
(Schreibgeschützt)

The ID of the destination WorkflowStep object the path is headed towards.

Integer