Skip to content
Discussion options

You must be logged in to vote

Hello @gerken-tss

The reason you are not able to retrieve the workflowId-s are the workflow names declared inside your YAML, which the API does not read. It is possible to get the ID-s when using WFE, but as for YAML, you have to find an alternative way. Maybe read your YAML locally and get the workflow id-s from there. The workflow id-s are the workflow names, e.g ios-workflow and test-workflow2 in this example:

workflows:
    ios-workflow:
      ... ...
    test-workflow2:
      ... ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gerken-tss
Comment options

Answer selected by gerken-tss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants