Since version: 14.4
Parameter
|
Example
|
stage_id
|
Stage identifier
|
integer
|
36456
|
name
|
Stage name
|
string
|
Stage 1
|
deadline_days
|
The number of days before the deadline is reached on this stage
|
integer
|
5
|
deadline_hours
|
The hour of a day the deadline is reached
|
integer
|
10
|
deadline_minutes
|
The minutes in an hour when the deadline is reached
|
integer
|
10
|
start_trigger
|
Determines when the stage starts:
1 - Start immediately
2 - Start when a previous deadline is reached (will require the start_dependent_stage_id)
3 - Start on a specific date and time (will require the start_dependent_days / hours and minutes)
4 - Start when all decisions are approved or approved with changes
5 - Start when all decisions are approved
6 - Start when all decisions are made
7 - Start manually
|
integer
|
1
|
start_dependent_stage_id
|
If the start_trigger is set to 2 then this field determines the previous dependent stage
|
integer
|
5645
|
start_dependent_days
|
If start_trigger is set to 3 then this field determines the number of days before the stage starts
|
integer
|
5
|
start_dependent_hours
|
If start_trigger is set to 3 then this field determines the hour in the day before the stage starts
|
integer
|
35
|
start_dependent_minutes
|
If start_trigger is set to 3 then this field determines the minute in the hour before the stage starts |
integer |
10 |
stage_locking
|
Determines when the stage should be locked:
1 - lock manually
2 - lock when next stage starts
3 - lock when all decisions are made
4 - never lock |
integer |
1 |
stage_one_decision_only
|
Determines if only one decision is required on the stage
|
boolean
|
true
|
stage_private
|
Determines if the stage is private or public |
boolean
|
true
|
stage_reviewers
|
The objects identifying the reviewers on this stage |
SOAPWorkflowRecipientRequestObjectArray |
See SOAPWorkflowRecipientRequestObjectArray |
deadline_calculate_on
|
Determine if deadline should be calculated from proof creation or from stage activation.
1 - from proof creation
2 - from stage activation
|
Int
|
1, 2
|
|
|