Common Content for Data Engineering
- Common Content for Data Engineering 10.5.2
- All Products
Field
| Syntax
| Example
|
---|---|---|
Expression in a conditional sequence flow or in an Assignment task
|
| For example, you create a workflow variable named CommandExitCode and assign the exit code output value for a Command task to the variable. You create the following expression in the conditional sequence flow that connects the Command task to a Mapping task:
The Data Integration Service evaluates the condition and runs the Mapping task if the previous Command task returned 0 in the exit code which indicates that the command succeeded.
|
String field for a Command or Notification task
|
| When you enter a variable name in a string field for a Command or Notification task, you must include brackets around the variable name. For example, you create a workflow variable named MappingErrorRows and assign the number of error rows output value for a Mapping task to the variable. You enter the following text in the body of a Notification task:
|