Smart Action Step Fields

The Smart Action Step object is for system use. It stores information about the steps of the related smart action plan record, created when interacting with the Certinia Work Reallocation agent.

The Smart Action Step object includes the following fields.

Smart Action Step Fields
Field Description
Parent Step UUID The universally unique identifier of the parent step.
Plan The plan that relates to the step.
Processing details A JSON string that represents output data from the step.
Required Input Type The type of input that this step requires to continue.
Result A comma-separated list of record IDs that result from the step.
Source Step UUIDs A comma-separated list of universally unique identifiers for the steps that the step depends on.
Status

The current status of the step. This status can be one of the following:

  • Canceled: The related plan has been canceled.
  • Child Steps Completed: All child steps are completed and the parent step is ready to continue.
  • Complete: The step was completed successfully.
  • Error: An error was encountered while completing the step.
  • Pending Child Steps: One or more child steps have not been completed yet.
  • Pending Initiation: The step has not been started yet.
  • Pending Required Input: The user must provide additional information required to continue the step.
  • Unable To Complete: No suitable resource is found to swap for an assignment.
Step Number The order that the step is completed.
Step Type The type of the step. This determines how the step is completed.
Step UUID The universally unique identifier of the step. This allocates an unique identifier to the step before a standard ID is generated for it.