Liking cljdoc? Tell your friends :D

conductor.mapper-utils


camel->kebabclj

(camel->kebab k)
source

clj-rerun-workflow-request->RerunWorkflowRequestclj

(clj-rerun-workflow-request->RerunWorkflowRequest rerun-workflow-request)
source

clj-start-workflow-request->StartWorkflowRequestclj

(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
sourceraw docstring

clj-task->TaskDefclj

(clj-task->TaskDef {:keys [name description owner-email retry-count
                           timeout-seconds response-timeout-seconds]})
source

clj-task-type->TaskTypeclj

(clj-task-type->TaskType type)
source

clj-worker->Workerclj

(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
sourceraw docstring

clj-workflow->WorkflowDefclj

(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}})
source

clj-workflow-task->WorkflowTaskclj

(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]})
source

java-map->cljclj

(java-map->clj m)
source

kebab->camelclj

(kebab->camel k)
source

kebab->capitalizedashclj

(kebab->capitalizedash w)
source

kebab-all-map-keysclj

(kebab-all-map-keys o)
source

MapToClojurecljprotocol

->cljclj

(->clj o)
source

status->task-result-statusclj

(status->task-result-status s)
source

TaskResultStatuscljprotocol

->task-result-statusclj

(->task-result-status trs)
source

TaskTypeEnumcljprotocol

->task-typeclj

(->task-type tp)
source

timeout-policy->TimeoutPolicyclj

(timeout-policy->TimeoutPolicy timeout-policy)
source

TimeoutPolicycljprotocol

->timeout-policyclj

(->timeout-policy tp)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close