Edgewall Software

Changes between Version 3 and Version 4 of 1.3/TracWorkflow


Ignore:
Timestamp:
Sep 11, 2019, 1:52:42 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

More documentation related to #13086 and comment:2:ticket:13199.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracWorkflow

    v3 v4  
    101101leave.default = 1
    102102}}}
     103
     104The transition to `*` (`-> *`) means the workflow operation determines the next status. The only configurable ticket workflow operation that determines the next status is `leave_status`. However, another workflow controller can operate on an action with new status `*` and determine the next status.
    103105
    104106This also shows the use of the `.default` attribute. This value is expected to be an integer, and the order in which the actions are displayed is determined by this value. The action with the highest `.default` value is listed first, and is selected by default. The rest of the actions are listed in order of decreasing `.default` values.