I have made a custom action that I want to execute when shipment is confirmed. I have tried to extend the workflow and add the new action as auto run true.
Hi @param2022 The simple solution might be to use Business Events on the Shipments screen to trigger the Action.
Hi @param2022 This is the change from the 23 R1 version. AutoRun Action is not getting enabled for the normal action.
You can create the Workflow Action. like below.
And then create the Transition for the respective status to invoke automatically.
@param2022 Thanks for sharing the package. I will check and let you know.
@Naveen Boga I appreciate your detailed explanation. But I am working on 22R2. (22.215.0056) to be precise. Can you help me with that.
Thanks
@Naveen Boga I have done all the steps you have asked to perform on that particular post. Then also I am not getting my debugger on my custom action, when I confirm the shipment. I am attaching the package here if you can take a look.
Thanks
Hi @param2022 were you able to find a solution? Thank you!
Hello @Naveen Boga,
I create a workflow and trigger it automatically based on a condition. However, is it possible to execute a Graph Action also when the workflow is triggered automatically?