transitionDefinition

On this page
Back to index

Summary

Defines how a workflow must transition from one state to another.
projectName
Stringrequired
The name for the project that must be unique among all projects.
stateDefinitionName
Stringrequired
The name used for the state definition.
transitionDefinitionName
Stringrequired
The name used for the transition.
workflowDefinitionName
Stringrequired
The name of the workflow definition.
actualParameters
Stringoptional
The actual parameters to the transition's target state. (Alternate argument name actualParameter.)
clearActualParameters
Stringoptional
True if the transition should remove all actual parameters to the target state.
condition
Stringoptional
A fixed text or text embedding property references that is evaluated into a logical TRUE or FALSE. An empty string, a 0 or false is interpreted as FALSE. Any other result string is interpreted as TRUE.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
newName
Stringoptional
The new name for an existing object that is being renamed.
targetState
Stringoptional
Target state for the transition definition.
trigger
Stringoptional
Specifies the type of trigger for this transaction.

Usage

There are no usage examples available for transitionDefinition.