Trying to understand a Workflow of mine, that is n...
# general
e
Trying to understand a Workflow of mine, that is not working as expected. I have a rule in a transition between two states in a Workflow, it is set up as
Transition On : After Record Submit
,
Event Type : Approve
. But the Workflow is doing the transition no matter what. Why is it not honoring the rule
Transition On : After Record Submit
,
Event Type : Approve
? Any hint is appreciated
m
It’s possible that the event type isn’t applicable in after submit Can you use event type approve and before submit?
The other option is to use the remove action to remove the native approve button then add your own custom approve button with the add button action
e
Thanks @MGBC, will check it out