Why workflow shows as Deferred?

I am unable to get rid of this “Deferred” in Workflow.
I have no intention to make a deferred trigger.

Hi,

There is a prompt in your workflow, making it deferred. Delay and Schedule Workflows :: Corteza Docs

When you use a delay or a prompt step, the workflow becomes asynchronous and can no longer invalidate actions like create, update, or delete a record.

Operations such as “confirm record creation” are currently not possible with workflows. If you need to perform value validation or sanitization, use field expressions instead.

2 Likes