| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| originId | String | [optional] | |
| processType | String | [optional] | |
| state | StateEnum | [optional] | |
| type | TypeEnum | [optional] | |
| schedule | String | The id of the schedule this process belongs to. | [optional] |
| task | String | The id of the task that is instantiated by this process. | [optional] |
| taskInterface | String | The task interface used for running the process. | [optional] |
| diagnostic | String | Diagnostic information about this process | [optional] |
| reason | String | Reason this process was created | [optional] |
| owner | String | The user this process was created for | [optional] |
| ipAddresses | List<IpAddress> | The public/private ip addresses under which this process is reachable. | [optional] |
| endpoint | String | The endpoint where this process is reachable. | [optional] |
| Name | Value |
|---|---|
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| ERROR | "ERROR" |
| DELETED | "DELETED" |
| FINISHED | "FINISHED" |
| Name | Value |
|---|---|
| LANCE | "LANCE" |
| SPARK | "SPARK" |
| FAAS | "FAAS" |
| SIMULATION | "SIMULATION" |
| UNKNOWN | "UNKNOWN" |