how to stop a sub flow execution until the records are created in the instance ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 06:26 AM
Hi Team,
i am working on OMT module .
Use case: we receive orders from third party system through rest services. common attribute is commercial order id. under each commercial order we will receive three orders via rest API. Two will be of one type and third order is different type. The Each of the order will have service order and service order characteristics. in the characteristics we have service id as a unique attribute. The service id of first two orders should be updated in the third order characteristics as reference to first two orders. Now the query is can i hold the process of my third order in the sub flow untill the first two orders are created in servicenow as the payloads will not reach instance in proper sequence.