A newer version is available. For the latest information, see the
current release documentation.
PendingStatesWithMeta
edit
Persisted pending states for a role along with metadata
Propertiesedit
-
meta
(Metadata
, required) - The metadata
-
value
(PendingStates
, required) - The pending stages
Exampleedit
{ "meta" : { "created_time" : "2019-01-01T00:00:00Z", "modified_time" : "2019-01-01T00:00:00Z", "version" : 0 }, "value" : { "runner_ids_to_pending_state" : { "some_property" : { "value" : true } } } }