Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

rajuk1
rajuk1
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rajuk1
Customize the badges you want to showcase on your profile
Re: How to check whether process is completed successfully or stalled programmatically? - Adobe LiveCycle 02-07-2013
You can create a process as per below description:Use "Query single row" component in workbench and execute below mentioned query:select status from tb_process_instance where long_lived_invocation_id = '{$ /process_data/@InstanceID $}';(where "InstanceID" is a string type input variable for this process).The above query would give you status of the Process instance you would provide as input.This status would be in number:1 Running3 CompletedYou can create conditional routes in your process base...

Views

197

Likes

0

Replies

0