#[%dw 2.0 output application/json — { “startInfo”: { “ReleaseKey”: “”,
“Strategy”: “”, “JobsCount”: 1,
“InputArguments”: “{}” } }]
I am using UiPath Connector to add queue items but documentation isnt sufficient.
#[%dw 2.0 output application/json — { “startInfo”: { “ReleaseKey”: “”,
“Strategy”: “”, “JobsCount”: 1,
“InputArguments”: “{}” } }]
I am using UiPath Connector to add queue items but documentation isnt sufficient.
Payload used {
“itemData”: {
“Name”: “test”,
“Priority”: “High”,
“DeferDate”: null,
“DueDate”: null,
“RiskSlaDate”: null,
“Reference”: “11111”,
“Progress”: null,
“SpecificContent”: {}
}
}