After starting a process from third party application by hitting the service of

After starting a process from third party application by hitting the service of the model published, how can I view the task created in an Embedded Form? I know we have a taskId created, but how do I access that value to pass to my embedded form?

OriginalPostID-187616

OriginalPostID-187616

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

      used similar approach and i am able to get task id in most of the case, but sometime process report is slow and by the time web api triggers process and query report, entry is not added in report yet and so task id is return as null. because of this, third party getting 500 server error. Any suggestion how can i resolve this error ?

Reply
  • 0
    Certified Lead Developer

      used similar approach and i am able to get task id in most of the case, but sometime process report is slow and by the time web api triggers process and query report, entry is not added in report yet and so task id is return as null. because of this, third party getting 500 server error. Any suggestion how can i resolve this error ?

Children
No Data