Hi All,
I am trying to work something out and haven't had any success yet. I want to have two workflow jobs in one WFT. Based on some kind of conditional one or the other would actually get instantiated. Does any one have an example of this?
For example...
if ($var =1) {
<workflow name...>
<usertask.../>
<endtask.../>
</workflow>
} else {
<workflow name...>
<cgitask.../>
<usetask..../>
<endtask.../>
</workflow>
If anyone has an example of doing this it would be greaty appreciated if you could share some ideas.
Regards.
Lucas Cochrane
lcochrane@deloitte.ca