This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Temporal Membership Approval - ARS 7

In our old instance of ARS, we had a workflow that executed when someone requested temporary membership of a group. This would add them no matter what if the hours they wanted didn't exceed the maximum amount of hours and if it was more, it would prompt approval.

In our new ARS 7 setup, I have done the exact same, except it now prompts for approval even if the hours entered is less than the max amount. When they enter a reason, it informs them "The operation has been submitted for approval" except it instantly adds them to the group after they submit a reason and not informing them they've been added to the group.

I've noticed it's not running my workflow until after they submit a reason in the approval dialog. In ARS 6.9, it would run the workflow immediately. Is this a bug?

Parents
  • In order to display the Approval Prompt, the Workflow must be getting triggered properly.

    From your description and the Workflow layout, the issue lies with the script being executed in the first If/Else branch, or the condition on the value that it returns. The Approval Step is being executed as your default condition, when the first If/Else branch does not apply.
Reply
  • In order to display the Approval Prompt, the Workflow must be getting triggered properly.

    From your description and the Workflow layout, the issue lies with the script being executed in the first If/Else branch, or the condition on the value that it returns. The Approval Step is being executed as your default condition, when the first If/Else branch does not apply.
Children
No Data