BB
Hello
I need to update Serial Number after a process flow completes.
For ex: Imagine we have one data flow having number 1 then after completion of that process 1 when another person initiates same data flow it should have serial number 2.
I have tried incrementing it using variables but its not working.
Facing issues in incrementing.
Can someone please help me out with this?
Hello Bhavika,
you can specify the scope of a variable as System (global), process or instance (s. Architect Docu.). Your serial number counter would need the process scope in order to be incremented by each workflow instance.
Regards, Martin