Hi,
I have a workflow that waits until a custom event takes place or reaches maximum time limit before going to the next item. I need to update the maximum time limit value while the workflow is running. I want to do this from another workflow when certain conditions are met.
To put it simply, is it possible to update attributes of a workflow instance from another workflow?
I have checked WorkflowToken object and do no see anything to perform an update operation. An help is appreciated. Thanks in advance.