InvocationDetail Entity

The following are the attributes in the body of a InvocationDetail entity you will find inside of a single invocation entity.
Attribute Type Updatable Comments
id  n/a
version  n/a
invocationId  UUID  n/a The step in body must match step on the URL (if applicable).
position  int  n/a
pipeline_position  int  n/a
currentState  string  n/a “created”, “ready”, “running”, “waiting on condition”, “completed”
status  string  n/a “fail”, “aborted”, “already running”, “aborted on condition false”, “pass”
reason_code  int  n/a 0 (normal) or 1 (condition_false)
description  string  n/a
objectId  UUID  n/a
objectName  string  n/a
objectType  string  n/a “pipeline” or “step”
objectVersion  int  n/a
parentType  string  n/a “pipeline”
parentId  UUID  n/a
parentName  string  n/a
command  string  n/a
exceptionMessage  string  n/a
exceptionStack  string  n/a
completedInstant  string  n/a
threadId  int  n/a
createdInstant  datetime  n/a
createdBy  string  n/a Username associated with session
modifiedInstant  datetime  n/a
modifiedBy  string  n/a Username associated with session