How does the Workflow Manager operate during runtime?
Hi @prince.choudhary welcome to the vahana community.
@naveen.gupta please answer this query?
During runtime, the Workflow Manager functions as follows:
Event Listening: It listens for events from various systems like mobile apps, web applications, or Java code.
Event Sources: Events can be received through HTTP APIs or Kafka events.
Captured Parameters: When an event is received, the Workflow Manager captures:
Event Name
Additional reference inputs (Ref Input 1 and Ref Input 2)
Record Identifiers (Record Identifier 1, 2, 3)
Event Data
These parameters help in understanding the context and nature of the event being processed.
@naveen.gupta Please add , if you want to