Hi,
I am trying to create an orchestration with custom actions.
I don't see the created action in the list.
Any document related to custom policies, custom actions and linking it to the orchestration flow will be of great help.
Thanks,
Sreelatha

Hi,
I am trying to create an orchestration with custom actions.
I don't see the created action in the list.
Any document related to custom policies, custom actions and linking it to the orchestration flow will be of great help.
Thanks,
Sreelatha
If this doesn't answer your question, can you please provide screenshots as I am not sure what you are referring to.
After you create your Custom Provider Definition, you have to activate it for it to show up as a Provider Action in your orchestration flow. Similarly, you must publish a policy before it is available as an execution policy or filter policy.
If you have activated your Custom Provider and it still does not show up, you need to make sure that your Action Type Input Business Event on the Provider Definition allows it. For example, if your last step outputs "Validation of Order Lines has succeeded", then you must add that as an Action Type Input Business Event for it to show up in the orchestration UI, otherwise, that event is not valid to trigger that step.
Thanks