Fulfillment Step Details
Output representation of the fulfillment steps associated with a stage.
- JSON Example
-
1"fulfillmentSteps": [ 2 { 3 "actions": {}, 4 "details": { 5 "dynamicFields": { 6 "Fulfillment Step Definition Name": "T_I_RS_1" 7 }, 8 "taskSubType": "Manual Task" 9 }, 10 "id": "0qDxx00000000BJEAY", 11 "name": "T_I_RS_1", 12 "status": "Started", 13 "stepType": "ManualTask" 14 }, 15 { 16 "actions": {}, 17 "details": { 18 "dynamicFields": { 19 "Fulfillment Step Definition Name": "T_I_IR_2" 20 }, 21 "taskSubType": "Screen Flow" 22 }, 23 "id": "0qDxx00000000BKEAY", 24 "name": "T_I_IR_2", 25 "status": "Not Started", 26 "stepType": "ManualTask" 27 }, 28 { 29 "actions": {}, 30 "details": { 31 "dynamicFields": { 32 "Fulfillment Step Definition Name": "S_RS_I_1" 33 }, 34 "taskSubType": "Manual Task" 35 }, 36 "id": "0qDxx00000000CvEAI", 37 "name": "S_RS_I_1", 38 "status": "Completed", 39 "stepType": "ManualTask" 40 } 41 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actions | Map<String, Object> | Details of actions being performed for a fulfillment step based on the step type. | Small, 61.0 | 61.0 |
| details | Map<String, Object> | Details of a fulfillment step required for the stage overview. | Small, 61.0 | 61.0 |
| id | String | ID of the fulfillment step. | Small, 61.0 | 61.0 |
| name | String | Name of the fulfillment step. | Small, 61.0 | 61.0 |
| status | String | Status of the current fulfillment step. | Small, 61.0 | 61.0 |
| stepType | String | Step type of the current fulfillment step, such as manual task, auto task, and callout. | Small, 61.0 | 61.0 |