Workflow not firing when conditions met
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 12:38 PM
Hey everyone,
I have set up a workflow to start once a specific condition has been met on the table that has been attached to it. In specific, there is a column in my table called status. Once an entry in that column has a status of 'Created', the workflow still doesn't fire off.
I can see that a new entry to that table has the status of created but nothing seems to work.
Any idea why my workflow doesn't fire even when the condition is met?
Thank you,
Devlin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 01:00 PM
I would also verify the table name in the 'General tab'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 01:12 PM
Run the workflow -> Run workflow always it doesn't check the condition
Run the workflow when condition is matched - > Checks for condition
So if you are using Run the workflow, then condition should not matter. If you create a record in that table will trigger the workflow. I would check table name, wf_context table, workflow is active and at last logs if there is any error.
Thanks.
PS: Hit like, Helpful, Correct and Endorse, if it answers your question.