Calling another flow inside a flow without using fragments

Hi there! I have existing flows that are now in use in Production but another system needs to call my flow. The problem is, his flow only calls fragments. Is there an easy way to do it without converting my flows to fragments?

Hi,

You can link a workflow to the end step, see details here: End step | Flow Help

If you just want to simply call a workflow this could work.

Best,
Zoltan

1 Like

Is it possible to link a workflow to an end step but only in some cases?

So in Flow A

If User clicks “Next” → Link Flow B in End step.

If User clicks “Done” → Do not link Flow B. Just end the flow.

1 Like

Hey Zoltan,

Thanks a lot that really helps! Not sure if you remember me but glad that you are active here in this forum.

Regards,

Faye

1 Like

Hi Michael @wpuymac

This is really a great help! And appreciate for taking time to reply to my query :slight_smile:

Regards,

Faye

Hi @daniel ,

Thank you so much! Appreciate for taking time to reply to my query :slight_smile:

Regards,

Faye

Hi Faye,

Of course I remeber you. :wink:

I’m glad I could help. :slight_smile:

Best,
Zoltan

1 Like

Yeah, thanks. I didn’t realize that I could attach a flow to different end steps like that but not to another end step. Thanks.