Triggering the process flow
Could you help me that How can I trigger the Process flow based on the dates in the table of a database. We have the scheduled dates to run the process flow in the database. We need to get those dates from database and check with current date whether to run the process flow or not.
0
-
Create a Database Event/Stored Procedure Activity to get the date from the database and then compare this value with the current date using Java condition and then you can execute the main Process Flow from there. For more information please refer the Developer Guide (Creating Miscellaneous Activities>Creating Stored procedure)
0
Post is closed for comments.
Comments
1 comment