Form in the second workflow is not showing using call activity
I have a workflow that includes a call activity, and inside that call activity, there is a form reference in the start event. The issue I'm facing is that the form is not appearing when I trigger the first workflow.
Here’s an outline of my workflows:
First Workflow: start → script task → call activity → end
Second Workflow: start (with form reference) → script task → end
In the second workflow, the script task works as expected, but the problem is that the form in the start event isn't appearing.
Can someone help me with this? Thanks a lot!
Andrea Nicole Manalo
Posted 1 year ago · Edited 1 year ago·Last reply 1 year ago
1 comment
Ravi Saraswat
·1 year agoHey,
The second worflow, start event form won't be displayed to the user.
Second Workflow: start (with form reference) → user task - >script task → end
You need to use a user task before script task.
I don't see, any other option here.