QuestionQ18

Processes and Workflows

An AEM Forms developer is building a workflow model for review and approval and needs to introduce conditional processing paths in the workflow. The developer decides to split the workflow to achieve this objective.

Which component is required to perform this action?

  • A AND Split
  • B ECMA Split
  • C OR Split
Explanation

An OR Split creates branches in which only one branch becomes active according to its routing expression, enabling conditional processing paths. An AND Split activates every branch for parallel processing; ECMA script can define an OR Split routing expression but is not itself the split component.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!