Naming Convention - Using variables from later in the Workflow
I have a workflow with a Start Task that get's info from the user about the PROJECT_ID and ITEM_ID. With that information, the workflow in the second task pulls the DATA_NUMBER from a SharePoint list. Afterwards, the user is given a Standard Task.
In the Naming convention, I have PROJECT_ID - DATA_NUMBER (ITEM_ID). However, when running the workflow, the DATA_NUMBER is blank. So it seems the workflow gathers and holds the variables for the Naming Convention only right after the Start Task.
How do I refresh the Naming Convention to use variables collected after the Start Task so it displays correctly?
-
I have done this a lot in my applications where I change the process instance name after it has started. Here is a link to the documentation specific for updating the Process Instance using the built-in AgilePoint REST API functions:
https://documentation.agilepoint.com/11/developer/restmethodUpdateProcInst.html
サインインしてコメントを残してください。
コメント
2件のコメント