Author API Initialization
reference
Reference of the workflow allowing you to specify which workflow to use.
You would want to use this to select a given workflow such as the "editorial review workflow", for example.
Note The specified workflow must be pre-configured by the Learnosity support team. Contact us for details.
Examples
var initializationOptions = {
"config": {
"global": {
"workflow": {
"item": {
"reference": "Editorial review workflow"
}
}
}
}
};
Values
Attribute path config.global.workflow.item.reference
Type string
this is a mandatory property.