Temporalex.Backend.TemporalCore (Temporalex v0.3.2)

Copy Markdown View Source

Temporal Core backend implemented through the Rustler native bridge.

The server-facing surface remains core structs. Runtime resources, Temporal clients, workers, protobuf bytes, and payload conversion stay inside this backend and Temporalex.Native.

Summary

Functions

cancel_workflow(state, workflow_id, run_id, opts)

describe_workflow(state, workflow_id, run_id, opts)

get_workflow_result(state, workflow_id, run_id, opts)

query_workflow(state, workflow_id, run_id, query_name, args, opts)

signal_workflow(state, workflow_id, run_id, signal_name, args, opts)

start_workflow(state, workflow_type, input, opts)

terminate_workflow(state, workflow_id, run_id, opts)

update_workflow(state, workflow_id, run_id, update_name, args, opts)