hello
I’m facing this error in my workflow
cannot start workflow on a step with parents
actually, it’s not an error because it stops the workflow from being running > so the execution will not appear on the session page because there is no one
hello
I’m facing this error in my workflow
cannot start workflow on a step with parents
actually, it’s not an error because it stops the workflow from being running > so the execution will not appear on the session page because there is no one
This is a constrant we’ve implied on workflows a while ago; we might decide to remove it in a future release.
Regardless; if you wish to connect multiple triggers to the same step, add a placeholder step before the actual step you wish to connect to.
So for example:
Above, the expression steps make some pointless calculation, such as _x = 10
.