Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Abort: This action aborts the Process Flow instantly whenever the execution of currently running activity is complete.
Kill: This action hard kill and terminates the Process Flow on the currently running activity as per the below scenarios else it will be terminated when that activity is executedscenarios mentioned below:

  • Termination of data mapping activities: If the mapping activity participating in the process flow is using any function from DB Query, set-context, and get-context then Kill action is would be applicable for mapping activity.
  • Termination of schema activities: If the schema activity participating in the process flow is implemented for Text, Excel and Positional schema, and DB schema.

...