(clj-rerun-workflow-request->RerunWorkflowRequest rerun-workflow-request)
(clj-start-workflow-request->StartWorkflowRequest
{:keys [name version correlation-id external-input-payload-storage-path
priority input task-domain workflow-def]})
Returns a Start workflow request
Returns a Start workflow request
(clj-task->TaskDef {:keys [name description owner-email retry-count
timeout-seconds response-timeout-seconds]})
(clj-worker->Worker worker)
Returns a Worker instance for a worker provided in the form of a map
Returns a Worker instance for a worker provided in the form of a map
(clj-workflow->WorkflowDef
{:keys [name description version tasks input-parameters output-parameters
schema-version restartable owner-email timeout-policy timeout-seconds]
:or {restartable true timeout-policy :alert-only}})
(clj-workflow-task->WorkflowTask
{:keys [name task-reference-name description input-parameters type fork-tasks
join-on decision-cases default-case loop-condition loop-over
dynamic-fork-tasks-input-param-name dynamic-fork-tasks-param
dynamic-task-name-param async-complete case-value-param]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close