Next step

Navigates to the next step of the journey, evaluating the actions (Actions to be Performed) and saving the data into the specific record.

Syntax

Copy
POST <host_address>/ftosapi/digital-journeys/<digital_journey_name>/next/{externalId}
 
Parameter Description
host_address The URL of the FintechOS platform server.
digital_journey_name The name of the digital journey.
externalId The unique identifier of the digital journey.

Response

Copy
{
  "nextStep": {
    "journeyItem": "string",
    "journeyStep": "string"
  },
  "instanceId": "string",
  "externalId": "string"
}
 
Key Description
journeyItem The name of the form driven flow associated with the digital journey.

journeyStep

The name of the next step in the digital journey.

instanceId

The ID of the digital journey instance.

externalId The unique identifier of the digital journey.

Examples