Sha256: 3d03fb268e1177ae2b0141005691f20496eed350bcdd2597a3add5f915d0192a
Contents?: true
Size: 1.56 KB
Versions: 5
Compression:
Stored size: 1.56 KB
Contents
# Fn::Task ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **image** | **String** | Name of Docker image to use. This is optional and can be used to override the image defined at the group level. | **payload** | **String** | Payload for the task. This is what you pass into each task to make it do something. | [optional] **group_name** | **String** | Group this task belongs to. | [optional] **error** | **String** | The 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] **reason** | **String** | Machine usable reason for task being in this state. Valid values for error status are `timeout | killed | bad_exit`. Valid values for cancelled status are `client_request`. For everything else, this is undefined. | [optional] **created_at** | **DateTime** | Time when task was submitted. Always in UTC. | [optional] **started_at** | **DateTime** | Time when task started execution. Always in UTC. | [optional] **completed_at** | **DateTime** | Time when task completed, whether it was successul or failed. Always in UTC. | [optional] **retry_of** | **String** | If this field is set, then this task is a retry of the ID in this field. | [optional] **retry_at** | **String** | If this field is set, then this task was retried by the task referenced in this field. | [optional] **env_vars** | **Hash<String, String>** | Env vars for the task. Comes from the ones set on the Group. | [optional]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fn_ruby-0.2.1 | docs/Task.md |
fn_ruby-0.2.0 | docs/Task.md |
fn_ruby-0.1.32 | docs/Task.md |
fn_ruby-0.1.31 | docs/Task.md |
fn_ruby-0.1.30 | docs/Task.md |