POST
request to the /journey/state/fetch
endpoint. Your request should follow this format:
"your-instance-id"
with the actual journey instance ID returned when
the journey was started.” ”State | What it means |
---|---|
IN_PROGRESS | The journey is still active. Retrieve remaining tasks. |
COMPLETED | The journey is done. No further action is needed. |
FAILED | The journey encountered an error. Review previous steps or retry. |
FAILED
states gracefully and retry if appropriate.COMPLETED
state to trigger downstream business logic.