You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sub workflow is a part of a workflow. For example, I can have a workflow that renders a list of records and in it I can add a sub workflow that filters the list according to my needs. A sub workflow cannot have a trigger since it's part of another workflow that already has a trigger.
Tests to be added:
Create sub wf
Edit sub wf - unmark it as sub wf
Add trigger to sub wf (shouldn't be able to)
Delete sub wf
Undelete sub wf
The text was updated successfully, but these errors were encountered:
Description
A sub workflow is a part of a workflow. For example, I can have a workflow that renders a list of records and in it I can add a sub workflow that filters the list according to my needs. A sub workflow cannot have a trigger since it's part of another workflow that already has a trigger.
Tests to be added:
The text was updated successfully, but these errors were encountered: