Nathpasin Sonsetsasak (Pek)
07/16/2026, 8:34 AMCeligo AI
07/16/2026, 8:34 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems like the issue you're facing is related to the state of the workflow when the button-activated transition is attempted. This error typically occurs when the workflow is not in the correct state to execute the transition. Here are a few things you could check: 1. Workflow State: Ensure that the workflow is in the correct state before the button-activated transition is executed. You can check the workflow log to see the current state of the workflow before clicking the button. 2. Transition Triggers: Check all your transitions and make sure there isn't a transition triggering before your execute on button. If there is, it might be changing the state of the workflow, causing the error. 3. Workflow Events: If you've changed the Events to 'Create, On View Or Update' from just 'Create', it could be causing the workflow to restart when you click the button, treating it as an update. You might need to redesign the workflow to accommodate this. 4. Do not exit workflow: Check if the 'Do not exit workflow' option is checked. If you want the workflow to end, you'll have to uncheck that on the workflow state. If you want to re-start the workflow for any reason, you could create a transition with that criteria back to the original initiation state. Remember, these are just suggestions based on the conversations provided and might not directly solve your issue. You might need to further investigate or tweak your workflow to resolve the error. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
07/16/2026, 8:34 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.861022949
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826904297
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823364317
Celigo AI
07/16/2026, 8:34 AM