Agent Builder
wf-date-change
def onchange_handler(state, payload): # Set the state variable "new_date" to the new value, provided as a YYYY-MM-DD string. state["new_date"] = payload
Was this page helpful?