i created my own flow and can you help me how to run a flow

i created my own flow and can you help me how to run a flow

in flow rule when i click i not found any run or preview option can you help me how to run my own flow rule.

Hi @JagadeeshbabuV

If we create a our own flow default the option unchecked "Creates a New Work Object" under Process tab of the flow

Selecting this “Creates a New Work Object” option makes the work flow executable, This option is available in Process tab of work flow

Un check the above check box and see in the action dropdown there wont be run option available.

On top left side Icon Draft ON, meaning that flow is in draft mode. This option is available in Diagram tab of work flow

  • Draft flow are non-executable in Production Environment.
  • Once we complete the Flow design make sure to turn off the draft mode.

I hope this will help you,

Thanks,

Ashok

@Bhumireddyok but there is no option like create new work object

Hi @PRASANNALAXMIN17210468

Did you create the flow in Case Type Class? or Is that Screen Flow ?

If any one of these, you will not get the “Creates a New Work Object” under the Process tab of the flow; it is defaultly disabled.

Below is the condition, Verify accordingly.

(pzIsScreenFlow || .pzCaseTypeExistsInClass!=true) && .pySystemFlow==false

I hope this will help you.

Thanks,

Ashok