Question
Frontier Communications
US
Last activity: 4 Oct 2018 14:13 EDT
How to skip a step within stage?
In Confirm Employee Status Step contain field
Married Status: Single or Married
How do i skip Identify Dependent step when Married Status = Single.
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Hi Larry,
If you intention is just to skip the step based on the Maritial status of the user then you can define the IsMarried boolean property in your first Step based on the selection value you can choose to route the flow to another step within the same stage or to another stage first step. I had created a sample use case for your reference and attached.
Kindly let me know if that helps you or regarding any doubts.
Regards
Mahesh
Frontier Communications
US
after played around i find out solution by adding Decision rule under flow process. Not sure if this is best way to do it or not. Please advice.. Thanks-
Frontier Communications
US
Connector = No when MarritalStatus = Single
IKOR
AU
Need to understand why you are setting the .MaritalStatus value as "single: in the connector again.
User might have already set the Employee status in the previous assignment and you need to have a when condition/decision rule to validate that value using a fork/decision shape as you have added.
You don't need the change stage just connect the outgoing "No" connector to the end shape.
Accepted Solution
Pegasystems Inc.
US
Hi Larry,
If you intention is just to skip the step based on the Maritial status of the user then you can define the IsMarried boolean property in your first Step based on the selection value you can choose to route the flow to another step within the same stage or to another stage first step. I had created a sample use case for your reference and attached.
Kindly let me know if that helps you or regarding any doubts.
Regards
Mahesh
-
Adhish K
Frontier Communications
US
Thanks Mahesh.. Your example is really helpful.
Virtusa Polaris
IN
Means, We can not skip the step directly in Case Management using any utilities or writing conditions to step?
Capgemini
MY
Hello Larry,
Have you tried this option.
In the Step configuration we have 'Start when' which will takes a when rule. If the when rule is passed the step will be executed else step will be skipped.
Attached is the sample.
Express Scripts
US
When using this method the when rules are not getting run if the user skips the process, then goes back to the first process and tries to skip again. Pega is not running the when conditions and is instead immediately "resuming" the next flow in in line regardless of the when conditions in the case type.
Pegasystems Inc.
US