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
2 replies
Subscribers
6 subscribers
Views
1025 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
How can I cancel/end process1 from process2 if I have the processID for process1
amjadr
over 9 years ago
How can I cancel/end process1 from process2 if I have the processID for process1?
OriginalPostID-168825
OriginalPostID-168825
Discussion posts and replies are publicly visible
0
sikhivahans
over 9 years ago
@amjadr 'Process Management Services' plugin at https://forum.appian.com/suite/tempo/records/type/components/item/i4BCLGOdlMUpdGVqT-RV7oRg74uEGJO7Cf7SfSAexBTrc2mR34kKManhy4Qdg8C/view/summary should work in your case. Also if possible I would like to suggest to take a look at the discussion at /search?q=OriginalPostID-164406 which will give you an overall idea.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Nick Vigilante
Appian Employee
over 9 years ago
You can try a Send Message node inside of process1 and a Receive Message node inside of process2:
forum.appian.com/.../Send_Message_Event.html
forum.appian.com/.../Receive_Message_Event.html
For the Send Message Event setup in process2, the JMS Message Destination will be process and the Message Type will be Process to Process. For the data, you will add a mapping on the Data tab too target the ID for process1.
For the Receive Message Event setup, the message type will also be Process to Process. This Receive Message node will be detached from the main process model but will flow directly into a Terminate Process node (search for Terminate Process Trigger inside
forum.appian.com/.../End_Event.html)
to end the process regardless if all end nodes of process1 have been met.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel