PipedreamHQ / PipedreamHQ/pipedream
[Components] cflow
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# cflow
## URLs
## Polling Sources
### new-request-instant
#### Prompt
Emit new event whenever a new request is created in a workflow. Required props: workflow ID
### request-reaches-process-stage-instant
#### Prompt
Emit new event when a request reaches a certain process stage in a workflow. Required props: workflow ID, process stage
## Actions
### create-draft-request
#### Prompt
Starts a new request process in the selected process and then saves as draft. Users will be prompted to configure the necessary fields (these are the props) required for the action. An email notification is also sent to process initiators advising them of a new draft request awaiting submission.
### create-submit-request
#### Prompt
Creates and submits a new request in the selected process. The user will need to fill in all required fields (the props). The system will run validations and rules are evaluated, potentially moving the request to the next stage depending on the conditions set. Email notifications will be automatically triggered.
Contributor guide
Assessment
This issue has not been assessed yet.