Can anyone explain me what is the use of flow and flow Action in Pega with example?
In which scenarios we use flow and flow action in pega?
Can anyone explain me what is the use of flow and flow Action in Pega with example?
In which scenarios we use flow and flow action in pega?
@AbhishekC1725 please could you take a look at some previous forum posts?
See Difference between flow and flow action ,
Local Action Vs Flow Actions
and
@MarijeSchillern Hi, I saw previous posts also, but I want some more clarity on flow and flow actions in simple words.
Flow: Collection of BPMN elements that are connected together to form a complete process flow, meanings steps to complete a process.
FlowAction: A flow action controls how users interact with the system to complete tasks, i.e. UI.
Scenario where there are many parties/users are involved to complete a process Flows are required.
Ex. Bank Account opening is a process and its a good example for flow creation, and during this process flow there will be user interaction to be done and for that flow action will be used to capture those information.
Flow → User submit form → bank verification → if everything ok → open account else cancel account.
User Submit Account opening Form → Displayed through Flow Action
Bank Account view the form → Displayed through Flow Action
@GauravS4183 Thanks Gaurav for your answer and time. You explain the concept very well.
@AbhishekC1725 can you confirm that the Pega documentation does not help?
Can you check if the explanations on Pega Academy offer you the descriptions you are after?
See
@MarijeSchillern OK, Checking Pega documentation once again.
Hi, I checked that links, but my question is different. I want explanation of flow and flow action in general terms.