mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-20 11:48:16 +00:00
This is necessary because `primary` is a file parameter, not a workflow_spec parameter. - you can ask a workflow file whether it is primary, but - you cannot ask a workflow_spec for its primary workflow file Now, you can use `workflow_service.get_primary_workflow(workflow_spec_id)`