Hi,
Can we close the task once task is assigned to some one and they have clicked on Done button of the task.
Regards,
Syam
Hello Syam, Please correct me if I understood your question wrongly. When the Done button is clicked the task is already closed (Completed). If you want to be able to close (Complete) the assigned to someone task, you need to have a "Manager" authorization for a workflow.Link to the documentation: docs.infor.com/.../default.htmlKind regards, Danil.
Thanks Danil for reply,When I am using redistribute ION API what should be the status of the task and do we have a documentation to use the API?
/process/application/v1/pulse/task/redistribute
{ "id": , (Task ID) "action": "REPLACE", "distribution": [ { "identifier": "", (Do we have any Api for group ID's?) "type": "GROUP", "sendMail": true } ]}
Hi @syam,
You can look into the API Gateway documentation and specifically the Model tab for the redistribution endpoint.
For the identifier you may find there the following description "A user is identified by the IFS Identity2. A group is identified by an IFS Distribution Group name."
Regards.