I have a workflow that is trigger after a Projection call:
- Projection: CreateRepairWorkOrderAssistantHandling
- Call: CreateRepairAction
I want to be able to use the response from that call inside my workflow (i.e the WoNo) but I noticed it is not part of the payload that gets sent to the workflow.
Is there a way to get that response and use it in the workflow? I thought that triggering it “after” would allow me to use the response value of that call.
