Qodex.ai
Qodex.ai
IntroductionAsk Anything
Dapr API
Actors API
Create actor timerCreate actor reminderDelete actor timerActor states transactionsInvoke actor methodGet actor reminderInvoke actor methodInvoke actor methodActor states transactionsInvoke actor methodCreate actor timerDelete actor reminderGet actor stateCreate actor reminder
Bindings API
Invoke Output Bindings
Configuration API
Get ConfigurationUnsubscribe ConfigurationSubscribe Configuration
Cryptography API
Encrypt PayloadDecrypt Payload
Distributed Lock API
UnlockLock
Health API
Get Dapr health state
Metadata API
Get the Dapr sidecar informationAdd a custom label to the Dapr sidecar information
Pub/sub API
Publish a message to a given topicPublish multiple messages to a given topic
Secrets API
Get Bulk SecretGet Secret
Service Invocation API
Invoke Dapr EndpointInvoke Non-Dapr Endpoint (FQDN URL)Invoke Non-Dapr Endpoint (FQDN URL)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (FQDN URL)Invoke Non-Dapr Endpoint (FQDN URL)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (FQDN URL)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (HTTPEndpoint name)
State Management API
Save stateQuery state (ALPHA)State transactionsGet bulk stateGet bulk stateQuery state (ALPHA)State transactionsDelete stateGet state
Workflow API
Resume workflow requestStart workflow requestRaise Event requestPurge workflow requestGet workflow requestTerminate workflow requestPause workflow request
Jobs API (alpha)
Schedule a jobDelete a jobGet job data
Placement API
Get state
IntroductionAsk Anything
Dapr API
Actors API
Create actor timerCreate actor reminderDelete actor timerActor states transactionsInvoke actor methodGet actor reminderInvoke actor methodInvoke actor methodActor states transactionsInvoke actor methodCreate actor timerDelete actor reminderGet actor stateCreate actor reminder
Bindings API
Invoke Output Bindings
Configuration API
Get ConfigurationUnsubscribe ConfigurationSubscribe Configuration
Cryptography API
Encrypt PayloadDecrypt Payload
Distributed Lock API
UnlockLock
Health API
Get Dapr health state
Metadata API
Get the Dapr sidecar informationAdd a custom label to the Dapr sidecar information
Pub/sub API
Publish a message to a given topicPublish multiple messages to a given topic
Secrets API
Get Bulk SecretGet Secret
Service Invocation API
Invoke Dapr EndpointInvoke Non-Dapr Endpoint (FQDN URL)Invoke Non-Dapr Endpoint (FQDN URL)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (FQDN URL)Invoke Non-Dapr Endpoint (FQDN URL)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (FQDN URL)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Non-Dapr Endpoint (HTTPEndpoint name)Invoke Dapr EndpointInvoke Non-Dapr Endpoint (HTTPEndpoint name)
State Management API
Save stateQuery state (ALPHA)State transactionsGet bulk stateGet bulk stateQuery state (ALPHA)State transactionsDelete stateGet state
Workflow API
Resume workflow requestStart workflow requestRaise Event requestPurge workflow requestGet workflow requestTerminate workflow requestPause workflow request
Jobs API (alpha)
Schedule a jobDelete a jobGet job data
Placement API
Get state
HomeDapr APIWorkflow APIResume workflow request

Resume workflow request

POST http://localhost:{{daprPort}}/v1.0-alpha1/workflows/:workflowComponentName/:instanceID/resume

Resume a paused workflow instance.

Previous
Workflow API
Next
Start workflow request