action contract_p_get_document_workflow_resource { label: "Get the document Workflow" description: "**WARNING experimental use only**\n\n\n**Permission required:** upload" provider: contract_p method: GET path: "/documents/{document_id}/workflow" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "object" properties: { graph: { type: "object" } links: { type: "object" } nodes: { type: "object" } } } }