Feed | Fields | Description |
output | instance id | String that identifies the sub-scenario that changed. |
instance owner | Identifies the user account under which the main scenario that is using this scenario block was created. | |
instance created | Boolean value that is true after the sub-scenario is created. | |
instance ended | Boolean value that is true after the sub-scenario stops processing. This can happen because it fails, is deleted, or ends its normal processing. | |
instance status | Enumerated string field that indicates the status of the sub-scenario. The value is one of the following: RUNNING — The sub-scenario has been created and has not ended, failed, or been deleted. ENDED — The sub-scenario has ended normally; it reached its end state. FAILED — The scenario block failed to create the sub-scenario, perhaps because of a duplicate instance ID. Or, the sub-scenario failed because something went wrong while it was running. For example, the sub-scenario tried to divide by zero. DELETED — The main scenario called the delete operation, which removes the sub-scenario from the correlator. Or, some other external entity deleted the sub-scenario from the correlator. UNKNOWN — The status of the sub-scenario is unknown. For example, the status is unknown after you invoke the create operation and before the scenario block actually creates the sub-scenario. | |
variables | In the output feed, there is a field for each source scenario variable. Each of these fields contains the current value of the variable for the identified sub-scenario. | |
iteration ended | complete | Boolean value that is true when iteration through the sub-scenarios that this scenario block manages is complete. When you call the next operation, and there is not another sub-scenario in the iteration, then the iteration ended feed outputs a value of true for the complete field. |
group info | total created | Integer that indicates how many sub-scenarios this scenario block has created since it began processing. |
total deleted | Integer that indicates how many sub-scenarios this scenario block has deleted since it began processing. | |
total loaded | Integer that indicates how many sub-scenarios created by this scenario block are loaded in the correlator. This includes sub-scenarios that are running, plus sub-scenarios that failed while they were running, plus sub-scenarios that have ended. This number does not include sub-scenarios that the scenario block tried to create and failed to create. In other words, the total loaded is equal to the total created minus the total deleted. | |
number running | Integer indicating how many sub-scenarios created by this scenario block are running. | |
number ended | Integer indicating how many sub-scenarios created by this scenario block are still loaded but have ended. | |
number failed | Integer that indicates how many sub-scenarios created by this scenario block are still loaded but have failed. | |
summary | Convenience string that summarizes the information provided by the other group info fields. For example: "Total Created: 100, Total Deleted: 40, Total Loaded: 60, Number Running: 10, Number Ended: 48, Number Failed: 2". |