Trigger a workflow when condition is true but no trigger if it false
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Machingwa
7 - Meteor
‎10-17-2017
08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to trigger another workflow using this workflow using Events.
1.This workflows checks in csv file ,if it has a '1' it process the macro which replaces the csv file with a '0' then it triggers the other workflow..
This workflow is going to be scheduled every 10 secs on the server.
I do not want this to trigger the run of the other workflow if it is already running.
How do i accomplish that?
Labels:
- Labels:
- Dynamic Processing
- Events
- Run Command
- Scheduler
1 REPLY 1
anthony
11 - Bolide
‎10-17-2017
01:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There is a "error tool" you might be able to use to throw an error and then you cancel the workflow on error so next one will no run? or do not run next workflow on error which is setup in your events tab.
