06-05-2020, 09:40 PM
(This post was last modified: 06-05-2020, 09:40 PM by remkonoteboom.)
Yes, the task pipeline code can be stored in the json. It is the spt_process table (config/process) in a jsonb column called "workflow"
You can add any of the properties found in the properties here. This is how you do it manually. The workflow editor should save this information here when set in the properties of a "manual" node.
Code:
{
properties: {
task_pipeline: <TASK_PIPELINE_CODE>
}
}
You can add any of the properties found in the properties here. This is how you do it manually. The workflow editor should save this information here when set in the properties of a "manual" node.