Hello everyone,
i have created a simple workflow:
{workflow:name=Test123 approval workflow|key=2660670580} {state:Draft|approved=Approved|taskable=true} {approval:Review} {state} {state:Approved|duedate=PT1M|expired=expired|final=true|hideselection=true} {state} {state:expired|colour=#FF5630|submit=Draft|taskable=true} {state} {workflow}
This has 3 statuses: draft, approved and expired.
Not much actually happens in the draft status. Here the status can be set to "approved" via the "approved" change.
The flow should only be in the approved status for approx. 2 minutes (currently for test purposes, when live for 1 year). However, when the 2 minutes have expired, it does not change its status but remains in approved.
I don't understand why it doesn't change the status automatically. In the status field of the workflow on the Confluence page, the clock shows that it has expired, but the status is still set to approved.
Does anyone have an idea?