<< Click to Display Table of Contents >> Automation Anywhere: StartProcess |
Overview
This operation lets you create a new case of a process in the Work Portal with the authenticated user as the creator of the case. You may write some data in your Bizagi model by sending a start parameter JSON. For more information on this JSON go to Relevant processes startup data.
Input
•token: Token used to authenticate the user.
•process-id: GUID of the process you want to start.
•start-parameters: A JSON with a specific structure that lets you write data needed for your process.
•base-address: URL of your Work Portal.
Output
•case-id: ID of the newly generated case.
Important considerations
1.Generally before using this operation you must get the authorization token using the Authenticate operation.
2.The authenticated user must be able to create instances of the desired process.
3.You can use the operation GetProcess to obtain the GUID of the process.
4.You can send a null variable as a start parameter or the string {"startParameters": []} if no start parameters are needed.
5.You can only modify attributes that appear in your Start Form through the start parameters JSON.
6.To build your start parameter JSON you can use the following methods:
oAppendRowToCollectionParameter
oAutomation Anywhere: AppendFileToParameter
7.You can save the ID of the case in a variable if you want to further work on the case using your Bot.
Last Updated 2/11/2022 9:16:05 AM