Workflows running out of sync
Afternoon
I have 2 workflows. The 1st workflow creates an asset. The 2nd workflow is executed when the event ASSET_ADDED is triggered.
My issue is this, it looks like workflow 1 has not yet completed the add of all the attributes for the new asset, before workflow 2 starts
In workflow 2, I am looking to process some of the attributes that are part of the new asset created in workflow1, but they are not present
How can I be sure that the creation of a new asset and all its attributes have been completed before workflow 2 starts
Best Regards
Bobby
robertinnes11
Posted 2 years ago · Edited 1 year ago·Last reply 2 years ago
1 comment
Sean Pyle
·2 years ago · EditedJust thinking extemporaneously here. Maybe you could use a call activity inside of the workflow that creates the asset to instantiate the second workflow instead of using a start event?