We currently use a Scheduled System Flow to loop through an API message queue and process any new records that have been added to the queue. Instead of a scheduled process that is basically polling for changes, we would like to be able to trigger a System Flow to interface a certain record (from Thinkwise to a 3rd party application) or to retrieve data from another source (for instance when notified by a Notification service like AWS SNS).
Hi Arie,
System flows have their own API endpoint within Indicium so they can be called by external services easily. For example, by calling https://indicium/iam/appl/{system_flow_id} you can initiate the flow to start.
You can also start an system flow instance from a Process flow by using a HTTP connector inside your process flow and call the same Indicium API endpoint to start the system flow.
Does this suffice or would you like more added to the platform in this regard?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.