NoOperation Activity

The NoOperation activity does not perform any task, it is provided to create nodes which can be used to branch off workflows or to join multiple branches to a single point.

The NoOperation activity allows you to create transitions into or out of this activity from/to various points in the workflow.

For example, if you want to execute a set of workflow activities based on document type, you can create a NoOperation activity to create a decision node in the workflow.

Another use of this activity is to add a new state attribute to the workflow by defining a new variable as input to this activity or to remove a state attribute by nullifying it.