Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add object_type,_id to WorkflowInstance#run_queue
Fix an issue where the Workflows::Runner docker_wait thread queues the workflow_instance with queue_args that have object_type/object_id and not the resolved object. WorkflowInstance#run looks the object up by type,id so it has the object already but Workflows::Runner#docker_wait only has the raw queue_args so it is better to allow object_type,object_id in WorkflowInstance#run_queue.
- Loading branch information