Execute workflow
POST
/workflows/{id}/executeExecutes a workflow with provided input data and returns results
RequiresBearerauthentication
Path parameters
idstring (uuid)requiredID of the workflow to execute
Body parameters
input_dataobjectrequiredInput data for workflow execution
previewbooleanoptionaldefault falseIf true, create operations return mock resources instead of persisting to the FHIR server
Returns
Successfully executed workflow
Response fields
successbooleanoptionalWhether the workflow execution was successful
messagestringoptionalStatus message with execution details
resultsobjectoptionalstepsobjectoptionalResults for each executed workflow step, keyed by step ID
previewbooleanoptionalWhether the workflow was executed in preview mode
POSTRequest
200 OKResponse