Class FcContinueProps

java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcContinueProps
All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable

public class FcContinueProps extends BaseActionProps implements Serializable
Model class for the return action (EWorkflowNodeType.FC_CONTINUE).
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcContinueProps

      public FcContinueProps()
  • Method Details

    • getContinueTarget

      public NodeKey getContinueTarget()
      Returns:
      Target node for the continue statement. The node with that target stops execution of its children and continues child execution with the next cycle. When null, the target is the closest loop relative to this node.
    • setContinueTarget

      public void setContinueTarget(NodeKey continueTarget)
      Parameters:
      continueTarget - Target node for the continue statement. The node with that target stops execution of its children and continues child execution with the next cycle. When null, the target is the closest loop relative to this node.