Process Street integration (Productivity). Imported from open-connector.
https://public-api.process.st/api/v1.1/workflows
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | A case-insensitive partial workflow name search. |
| cursor | string | optional | The opaque pagination cursor returned by Process Street links. Omit it on the f… |
/workflows/{workflowId}
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The Process Street opaque resource ID. |
/workflow-runs
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The Process Street opaque resource ID. |
| name | string | optional | The new workflow run display name. |
| dueDate | string | optional | The optional ISO-8601 UTC due date for the new workflow run. |
| shared | boolean | optional | Whether the new workflow run should be shared. |
| referenceId | string | optional | The optional idempotency-friendly workflow run reference identifier. |
/workflow-runs
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | optional | The Process Street opaque resource ID. |
| status | array | optional | The workflow run statuses to include. |
| cursor | string | optional | The opaque pagination cursor returned by Process Street links. Omit it on the f… |
/workflow-runs/{workflowRunId}
| Param | Type | Required | Description |
|---|---|---|---|
| workflowRunId | string | required | The Process Street opaque resource ID. |
/workflow-runs/{workflowRunId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| workflowRunId | string | required | The Process Street opaque resource ID. |
| cursor | string | optional | The opaque pagination cursor returned by Process Street links. Omit it on the f… |
/workflow-runs/{workflowRunId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| workflowRunId | string | required | The Process Street opaque resource ID. |
| taskId | string | required | The Process Street opaque resource ID. |
| status | string | required | The workflow task completion status to write. |
| dueDate | string | optional | The optional ISO-8601 UTC due date to assign to the task. |
/workflows/{workflowId}/form-fields
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The Process Street opaque resource ID. |
| cursor | string | optional | The opaque pagination cursor returned by Process Street links. Omit it on the f… |
/workflow-runs/{workflowRunId}/form-fields
| Param | Type | Required | Description |
|---|---|---|---|
| workflowRunId | string | required | The Process Street opaque resource ID. |
| cursor | string | optional | The opaque pagination cursor returned by Process Street links. Omit it on the f… |
/workflow-runs/{workflowRunId}/form-fields
| Param | Type | Required | Description |
|---|---|---|---|
| workflowRunId | string | required | The Process Street opaque resource ID. |
| fields | array | optional | The Process Street form field update entries to write. |