You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
array of states of source node under which to fire
Example
fromwaylay.services.rules.models.simplified_graph_triggers_innerimportSimplifiedGraphTriggersInner# TODO update the JSON string belowjson="{}"# create an instance of SimplifiedGraphTriggersInner from a JSON stringsimplified_graph_triggers_inner_instance=SimplifiedGraphTriggersInner.from_json(json)
# print the JSON string representation of the objectprintSimplifiedGraphTriggersInner.to_json()
# convert the object into a dictsimplified_graph_triggers_inner_dict=simplified_graph_triggers_inner_instance.to_dict()
# create an instance of SimplifiedGraphTriggersInner from a dictsimplified_graph_triggers_inner_form_dict=simplified_graph_triggers_inner.from_dict(simplified_graph_triggers_inner_dict)