You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've discovered that we're not able to add jobs with integer based ID's, as they will not be recognized as a "static dependency" here in mapDependencies():
I've discovered that we're not able to add jobs with integer based ID's, as they will not be recognized as a "static dependency" here in
mapDependencies()
:venture/src/WorkflowDefinition.php
Lines 454 to 467 in 73cdd0f
To reproduce, add a job with an integer based dependency, then make a job depend on it:
Should we do one of the below?
The text was updated successfully, but these errors were encountered: