Hi All, Is there any process model property that will show when the p

Hi All,

Is there any process model property that will show when the process fails due to technical issues. What we are looking at is to trigger another process in case of any failures.

Regards,
Thoufiq.

OriginalPostID-155795

OriginalPostID-155795

  Discussion posts and replies are publicly visible

Parents
  • If there is any particular flow or smart node which you need to monitor or escalate in case of process failures, you can wrap that particular module in a separate sub process and then configure exception on the sub process node in your parent process to set the timer set to max time. In case of failure the exception path would trigger thereafter which you can set your process variables as required.

    PS: The above approach is just one of the hack to achieve such cases which might or might not fit for all use cases (such as if there are any user input tasks in that sub process, etc)
Reply
  • If there is any particular flow or smart node which you need to monitor or escalate in case of process failures, you can wrap that particular module in a separate sub process and then configure exception on the sub process node in your parent process to set the timer set to max time. In case of failure the exception path would trigger thereafter which you can set your process variables as required.

    PS: The above approach is just one of the hack to achieve such cases which might or might not fit for all use cases (such as if there are any user input tasks in that sub process, etc)
Children
No Data