Singleton workflow

How we can create singleton workflow so we don’t need to create new instance. Scenario here is that I have lookup table ( Excel File) and I want to look a value. Now my workflow get data from excel and look the table. If I have singleton workflow then I can avoid open excel on every call.

Good evening,

You’ll want to extract your sequence as a workflow and then replace variables like the file path with arguments.

2 Likes