Skip to main content

Purge workflow request

POST 

/v1.0-beta1/workflows/:workflowComponentName/:instanceId/purge

Purge the workflow state from your state store with the workflow's instance ID.

Request

Path Parameters

    workflowComponentName stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

    Use "dapr" for Catalyst Workflows.

    instanceId stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$

    Unique value created for each run of a specific workflow.

Responses

Accepted.

Loading...