meshcloud/Send Status
Sends the status of a step to the meshcloud API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| step_id | The ID of the step | no | — |
| step_status | The status of the step (IN_PROGRESS, SUCCEEDED or FAILED) | no | — |
| user_message | The user message for a failed step | no | — |
| system_message | The system message for a failed step | no | — |
| run_status | The final status of the run. Sending this to a terminate status like SUCCEEDED or FAILED signals to meshStack that the run is complete. Send this only once. | no | — |
| outputs_json | A json objects with outputs of the step. All outputs in a run will be merged by meshStack. | no | {} |
Outputs
no outputs