Member since
08-28-2018
1
Post
0
Kudos Received
0
Solutions
09-26-2018
10:43 PM
If I understood your question correctly, you want your processor to run only once and not want to schedule it? If that's so, You can use the CRON driven option in the Scheduling strategy to have the flow run once. Or use the rest api to run the processor once. Here is an example using the cron option, the below processor will run once on May 8th, 2017 at 10AM
... View more