Create re-usable component

Hi,
How to convert a sequence into a re-usable component? Please share any example. Thanks a lot,

Hi @cury
You can copy your sequence to a separate workflow file and use input and output arguments.

image

That way you have a reusable workflow that you can copy and integrate into other projects.

Other possibility is to prepare different workflow files with frequently used functionalities and then import them as snippets.

image

Hope it helps!

Hi,

There are some types of reusable components, as the following. Which do you want to use?

Snippets (panel)

Library

Project Template

OR

Just call a xaml file (in shared space) from InvokeWorkflowFile activity

Regards,