[...]Works:Start -> Conditional Link (true) - > DeployTaskStart -> Conditional Link (false) -> Approve Task[...]
I tried that. Its an 'invalid' model.Error: Cannot connect Start task to an OR gateway. Start task can only be connected to an AND gateway.Not well familiar with gateways, so I did thisStart -> And -> OR -> (Deploy or Approval)Its a valid model. On instantiation, I get a different kinda HOPI errorcom.interwoven.cssdk.common.CSException: Unknown Hopi error(Failure in operation
KIf ghotii's suggestion does not work, then have a start task -> dummy task with a 1 second timeout -> OR -> (deploy or approval)It's a hack but should work
Error:Start -> Conditional Link (false) - > DeployTaskStart -> Conditional Link (true) -> Approve TaskWorks:Start -> Conditional Link (true) - > DeployTaskStart -> Conditional Link (false) -> Approve Task
Actually - I would recommend against this.A dummy task cannot have files associated with it, and generally it's the start task that gets pre-selected files associated with it - so I don't think that would work (unless the plan is to have the user add files to the task after the workflow has already been instantiated - which is very rare)