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
5 replies
Subscribers
6 subscribers
Views
3045 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Is there a way to tell if a process model/ task is currently already running for
robertj
over 10 years ago
Is there a way to tell if a process model/ task is currently already running for a given id? Basically i have a Related Task that passes an ID to the process model and creates a task for it, I would like to determine if there is already a process/task associated with the same ID even if it is assigned to somebody else
OriginalPostID-137643
OriginalPostID-137643
Discussion posts and replies are publicly visible
Parents
0
ryanh
over 10 years ago
fyi, the plugin above is a great tool to use during code moves between environments. When the inspect or import fails it usually (not always) displays the uuid of the object that the failed import was dependent on. You can create a fast temporary (no need to save it) expression on the exporting server =getcontentdetailsbyuud("uuid") and it will tell you what the uuid points at, i.e. rule XYZ, cdt 123, or process model 567, etc. No need to deploy the plugin to production and it only takes seconds to lookup the missing objects to help with your imports so you can go back and add the missing dependencies to the export application.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ryanh
over 10 years ago
fyi, the plugin above is a great tool to use during code moves between environments. When the inspect or import fails it usually (not always) displays the uuid of the object that the failed import was dependent on. You can create a fast temporary (no need to save it) expression on the exporting server =getcontentdetailsbyuud("uuid") and it will tell you what the uuid points at, i.e. rule XYZ, cdt 123, or process model 567, etc. No need to deploy the plugin to production and it only takes seconds to lookup the missing objects to help with your imports so you can go back and add the missing dependencies to the export application.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data