Workflow phase model

The workflow phase model represents a workflow phase in Falcon.

id
integer

The id of the workflow phase.

hash
string

The unique hash of the workflow phase.

position
integer

The position of the workflow phase within the workflow.

name
string

The name of the workflow phase.

summary
string

The summary of the workflow phase.

umask
integer

The minimum permission for the authenticated user to start the workflow phase.

  • 2 - Write
  • 3 - Admin
Enum: 2 3
created_time
string <date-time>

The created time of the workflow phase.

modified_time
string <date-time>

The modified time of the workflow phase.

modified_user_time
string <date-time>

The modified user time of the workflow phase.

model
string

The workflow phase model.

Value: "WorkflowPhase"
object (Workflow)

The workflow of the workflow phase.

object (User)

The created user of the workflow phase.

object (User)

The modified user of the workflow phase.

{
  • "id": 1,
  • "hash": "e16c801e127b6a7c711e5e7c975550b79978e9f8",
  • "position": 1,
  • "name": "DOI1",
  • "summary": "Potential identified",
  • "umask": 2,
  • "created_time": "2022-06-27T09:48:06.000000Z",
  • "modified_time": "2022-06-27T09:48:06.000000Z",
  • "modified_user_time": "2022-06-27T09:48:06.000000Z",
  • "model": "WorkflowPhase",
  • "created_user": {
    },
  • "modified_user": {
    }
}