This is the main block that runs the complete workflow logic, including moving the document to draft state and then setting curation properties to it.

image-20260731-072412.png

Step

Figure

Description

3.1

image-20260731-074801.png

No Operation block (Data operation)
This data operation is a No-Op block, essentially a placeholder or starting point in a workflow, which is useful when you’re structuring multiple blocks in parallel. It doesn’t run any logic, transform data, or trigger events—it simply exists to provide structure.

3.2.1

image-20260731-074246.png

iManage Work Connector
Updates the workflow state as In progress.

3.2.2

image-20260731-074306.png

iManage Work Connector
Fetches the core extended metadata properties, which are used in the next step.

3.3

image-20260731-074329.png

Compose variable (Data operator)
Stores the lookup SSID value based on which the folder routing configuration is set.

3.4

image-20260731-074358.png

If-Else block (Control connector)
Using the fetched SSID on the selected input value, the block checks whether the folder routing configuration has a valid folder ID configured for the specified lookup SSID.

If the folder routing configuration has a valid folder ID, this connector runs the True block. Else, it runs the False block.

3.5.1

image-20260731-074422.png

iManage Work Connector
Moves the entire document to the In draft folder of the Knowledge library.

3.5.2

image-20260731-074444.png

iManage Work Connector
Updates the permissions on the latest in-draft version of the document to match the security of the destination folder.

3.6

image-20260731-074515.png

iManage Insight Plus Connector
Sets curation properties (curation.state) for the new version of the document that was moved.

3.7

image-20260731-074543.png

iManage Work Connector
Updates the workflow state as completed.