Use this template to define a relationship between two steps to specify that another step is to be started at the completion of the named step.
This template is required only if the partner application links steps in a cascaded relationship.
Table 28 provides information about each token in the
template.
Table 28. StepCascade.tag tokens
Token | Description | Allowed values |
---|---|---|
Entity parameters | ||
*StepName | The name of the step that is being related. | A text string. |
*PostStepName | The name of the step that is to be run after the completion of another step. | A text string. |
Relationship parameters | ||
*CurrentCheckPointID++ | An index, starting with 0, that increases each time that it is
substituted in a token.
This token is required. | A numeric value. |
Table 29 provides example values for each token to illustrate the
kind of metadata that you might provide for each token.
Table 29. Example values for StepCascade.tag tokens
Token | Example value |
---|---|
*StepName | Revenue by location |
*PostStepName | Revenue for all Geographies |
*CurrentCheckPointID++ | 12 |