Hi,
Could you please provide me the details of what does ExecutionEntity.revision property signifies? While running my workflow i noticed that its value for each step in a workflow corresponds to number at which that step is in workflow. So for example if we take workflow as follows:
start -> Step A - > Step B -> Step C -> end
The ExecutionEntity.getRevision() gives value as 1 for Step A , 2 for Step B and 3 for Step C.
So could we use it as an identifier of the step number in the linear workflow , is it directly related to that or has some other significance too?
Thanks,
Shweta