Mark McDonald
06/25/2021, 2:40 PMMark McDonald
06/25/2021, 2:49 PMstates = [
"Failed",
"Pending",
"Scheduled",
"Retrying",
"Resume",
"Queued",
"Submitted",
"Paused",
"Running",
"Finished",
"Success",
"Cancelled",
"Cached",
"TriggerFailed",
"Skipped",
"TimedOut",
"Mapped",
"Looped"
]
Zach Angell
Mark McDonald
06/25/2021, 2:49 PMZach Angell
Zach Angell
Mark McDonald
06/25/2021, 2:59 PMmutation {create_flow_run_state_changed_hook(input: { flow_group_ids: [list of flow group ids],
action_id: "{action_id}"})
{id}}
Mark McDonald
06/25/2021, 2:59 PMMark McDonald
06/25/2021, 3:00 PMMark McDonald
06/25/2021, 3:00 PMmutation {create_flow_run_state_changed_hook(input: {
states: [], flow_group_ids: [list of flow group ids],
action_id: "{action_id}"})
{id}}
Zanie
Mark McDonald
06/25/2021, 3:19 PMZach Angell
states
from the mutation (like below)
mutation {create_flow_run_state_changed_hook(input: {flow_group_ids: [list of flow group ids], action_id: "{action_id}"})
{id}}
Were you calling the mutation from the Interactive API in the UI?