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
My application scenario:
After Workflow Task1 is executed, wait for Events to trigger task2. After Task2 is executed, you do not need to trigger task3.
My workflow:
start——>Task1——>Task2——>Task3——>end
My application scenario:
After Workflow Task1 is executed, wait for Events to trigger task2. After Task2 is executed, you do not need to trigger task3.
Thank you very much!