Skip to content
  • Nadathur Sundar's avatar
    Added workflowmgr microservice. · a990ac69
    Nadathur Sundar authored and Igor DC's avatar Igor DC committed
    This microservice provides Temporal workflow intents, incl.
    create/get/delete APIs, an API to start a new workflow,
    an API to query the status of a workflow in different ways,
    and an API to cancel a workflow.
    
    The architecture and design are documented in:
    docs/user/Temporal_Workflows_In_EMCO.md
    
    The workflowmgr listens on http port 9095 (NodePort 30495).
    It does not use gRPC, though that port still exists at 9097,
    as it may be needed for LCM hooks for workflows.
    
    Signed-off-by: Sundar Nadathur
    a990ac69