Workflow XML Reference - Triggering Events and Parameters
The types of events that can trigger actions, and the properties that are used in the XML Workflow definition.
The following lists the types of events that can trigger actions, and the properties that are used in the XML Workflow definition.
In most cases, the property is a child element of the triggering event element. There are cases where the property requires its own block of child elements.
Triggering Event: Transition
Event Properties (in required order) | Property Requirement | Notes |
Name | Required |
|
Triggers | Optional |
|
FromState | Required |
|
ToState | Required |
|
PermissionGroups | Optional |
|
SkipPermissionChanges | Optional |
|
Triggering Event: PropertyChange
Event Properties (in required order) | Property Requirement | Notes |
Name | Optional |
|
Triggers | Required |
|
PropertyName | Required |
|
StateCondition | Optional |
|
Triggering Event: NewArtifact
Event Properties (in required order) | Property Requirement | Notes |
Name | Optional |
|
Triggers | Required |
|
How did we do?
Workflow XML Reference - Action Properties
Workflow XML Reference - Triggering Events and Valid Actions