When initiating a Workflow Map, a new Workflow Process and Workflow will be created. Workflow is a Relationship for recording the dependency of Workflow Process. That means Workflow Process cannot be deleted once source Item exits due to Relationship constraint.
As for subflow, it is a kind of Workflow Process. But in the background, system will record which Activity starts the subflow.
With above conditions, error message like Figure 1 and Figure 2 will show when trying to delete a Workflow Process.
Therefore, deletion needs the following steps:
As for subflow, it is a kind of Workflow Process. But in the background, system will record which Activity starts the subflow.
With above conditions, error message like Figure 1 and Figure 2 will show when trying to delete a Workflow Process.
![]() |
Figure 1. Error message of while deleting Workflow Process but source Item exists. |
![]() |
Figure 2. Error message of while deleting Workflow Process but it has subflow. |
Therefore, deletion needs the following steps:
- Delete source Item.
- Delete subflow (if has).
- Delete Workflow Process.
Comments
Post a Comment