Interface HasWorkflowSerializationContext

    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
        Returns:
        namespace the workflow execution belongs to
      • getWorkflowId

        java.lang.String getWorkflowId()
        Returns:
        workflowId of the Workflow Execution the Serialization Target belongs to. If the Target is a Workflow itself, this method will return the Target's Workflow ID (not the ID of the parent workflow).

        WARNING: When used in the context of a schedule workflow the workflowId may differ on serialization and deserialization.