meshcloud/Send Status

Sends the status of a step to the meshcloud API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
step_idThe ID of the stepno
step_statusThe status of the step (IN_PROGRESS, SUCCEEDED or FAILED)no
user_messageThe user message for a failed stepno
system_messageThe system message for a failed stepno
run_statusThe 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_jsonA json objects with outputs of the step. All outputs in a run will be merged by meshStack.no{}

no outputs