IronFunctions::Task

October 19, 2016 ยท View on GitHub

Properties

NameTypeDescriptionNotes
imageStringName of Docker image to use. This is optional and can be used to override the image defined at the group level.
payloadStringPayload for the task. This is what you pass into each task to make it do something.[optional]
group_nameStringGroup this task belongs to.[optional]
errorStringThe error message, if status is 'error'. This is errors due to things outside the task itself. Errors from user code will be found in the log.[optional]
reasonStringMachine usable reason for task being in this state. Valid values for error status are `timeoutkilled
created_atDateTimeTime when task was submitted. Always in UTC.[optional]
started_atDateTimeTime when task started execution. Always in UTC.[optional]
completed_atDateTimeTime when task completed, whether it was successul or failed. Always in UTC.[optional]
retry_ofStringIf this field is set, then this task is a retry of the ID in this field.[optional]
retry_atStringIf this field is set, then this task was retried by the task referenced in this field.[optional]
env_varsHash<String, String>Env vars for the task. Comes from the ones set on the Group.[optional]