The following tables list the members exposed by the WorkflowTransition type.

Name Description
Public property activities
Public property conditions
Public property created_by_id
Public property created_date
Public property data_capture
Public property fail_on_activity_error Whether or not to fail on an activity error
Public property from_state_guid The workflow state we came from - this is not a database level entity, but it is helpful in mapping when new transitions are added
Public property from_state_id the physical database id
Public property id
Public property id_id
Public property id_serverid
Public property position_data
Public property to_state_guid The workflow state we are going to - this is not a database level entity, but it is helpful in mapping when new transitions are addeds
Public property to_state_id the target database id
Public property workflow_id
Top