Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Add some questions to the design document for triggering a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndintenfass committed May 17, 2019
1 parent f533756 commit 177476e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions designs-for-feedback/trigger-workflow-in-pipeline.md
Expand Up @@ -31,4 +31,8 @@ workflows:

The above would prevent the workflow `foo` from being triggered unless it was invoked explicitly when the pipeline is triggered.

## Questions

1. Is there any known use-case where we need to allow triggering multiple workflows vs. one? Assumption: no, if people want to trigger multiple workflows they can send multiple triggers.
2. Can you combine multiple triggers, for instance using both `explicit` and `schedule` on a single workflow? Assumption: yes, the `triggers` stanza is designed to take a sequence and can accommodate all.
3. Do we need to allow use of the `explicit` trigger on in config version 2.1 and higher? Assumption: yes.

0 comments on commit 177476e

Please sign in to comment.