Trigger specific workflow with circleci 2.1 API end point
complete
Salil Subbakrishna
complete
The approach Nathan mentioned is live, the docs are available here: https://circleci.com/docs/2.0/configuration-reference/#using-when-in-workflows
N
Nathan Dintenfass
You can now preview our approach to this in the v2 API using pipeline parameters and a
when
clause under a workflow. This is documented here: https://github.com/CircleCI-Public/api-preview-docs/blob/master/docs/conditional-workflows.mdK
Kenny Williams
This would allow us to selectively build portions of our monorepo. Very interested in this feature!