Description
Follow the given transition on the input document life cycle state
Operation id | Document.FollowLifecycleTransition |
Aliases | Document.SetLifeCycle
|
Category | Document |
Label | Follow Life Cycle Transition |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation information
JSON definition
{
"id" : "Document.FollowLifecycleTransition",
"aliases" : [ "Document.SetLifeCycle" ],
"label" : "Follow Life Cycle Transition",
"category" : "Document",
"requires" : null,
"description" : "Follow the given transition on the input document life cycle state",
"url" : "Document.FollowLifecycleTransition",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "value",
"description" : "",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ],
"widgets" : [ {
"name" : "value",
"type" : "codearea",
"labels" : {
"any" : "Transition"
},
"translated" : true,
"handlingLabels" : false,
"fields" : [ {
"fieldName" : "value",
"propertyName" : "value"
} ],
"properties" : {
"any" : {
"height" : "100%",
"language" : "lifecycle",
"width" : "100%"
}
}
} ]
}