direktiv/Execute Direktiv Workflow
Executes a workflow in direktiv
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | direktiv server ip or name | yes | — |
| protocol | http or https | no | https |
| workflow | namespace/workflow to execute | yes | — |
| token | access token for the direktiv server | no | "" |
| data | workflow data | no | {} |
| wait | wait | no | false |
Outputs
| name | description |
|---|---|
| instance-id | instance-id of the workflow |
| instance-body | body of the response if wait it set |