Can i create Custom Task Status (life-cycle)?

In addition to this table, can I add custom status for any task, for example to user task? For example, what should we do when the elements specified with “Reviewed” or “Suspended” life-cycle are not enough. The point is exactly add a custom life-cycle element. Like “Reviewed”.

Hi @Rasim_Savas,

this picture shows the life cycle of the Camunda Tasklist implementation. The task lifecycle is not enforced by the engine.

In your own task list, you can implement other states as well with a combination of given fields and task variables.

Hope this helps, Ingo

1 Like

Is there a sample resource available?