Are post functions atomic?

Scott Hung September 1, 2013

When a post function is used does it run to completion before moving to the next post function in the chain?

When a sub-task is created I copy its parent ID into a custom field in the subtask. The next post function in the chain pushes this to SalesForce via a connector. Can I be sure the parent ID will always be set before the issue is pushed to salesforce?

Thanks,
Scott

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 1, 2013

Yes, the order of the post functions matter. The first one is completed before moving on to the next.

Scott Hung September 2, 2013

Good, that helps narrow the possibilities!

Suggest an answer

Log in or Sign up to answer