Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
18 replies
Subscribers
7 subscribers
Views
7511 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
After starting a process from third party application by hitting the service of
ishaanim
over 8 years ago
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
PhilB
A Score Level 1
over 8 years ago
Ok - to join everything together on this question and expand on the previous one, you'll need to create a process report that runs in the context of the process model that is being started and shows the task ID within that process, then create a Web API that accepts a process ID and uses a!queryProcessAnalytics() to obtain and return the task ID from the aforementioned report.
The documentation you'll need is linked below; you may also want to look at the task report tutorial if you're struggling with a!queryProcessAnalytics().
Process reports:
forum.appian.com/.../Process_Reports.html
Web APIs:
forum.appian.com/.../Web_API_Tutorial.html
a!queryProcessAnalytics:
forum.appian.com/.../System_Functions.html
Task report tutorial:
forum.appian.com/.../Task_Report_Tutorial.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 8 years ago
Ok - to join everything together on this question and expand on the previous one, you'll need to create a process report that runs in the context of the process model that is being started and shows the task ID within that process, then create a Web API that accepts a process ID and uses a!queryProcessAnalytics() to obtain and return the task ID from the aforementioned report.
The documentation you'll need is linked below; you may also want to look at the task report tutorial if you're struggling with a!queryProcessAnalytics().
Process reports:
forum.appian.com/.../Process_Reports.html
Web APIs:
forum.appian.com/.../Web_API_Tutorial.html
a!queryProcessAnalytics:
forum.appian.com/.../System_Functions.html
Task report tutorial:
forum.appian.com/.../Task_Report_Tutorial.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data