Class ContinueAs

    • Constructor Detail

      • ContinueAs

        public ContinueAs()
    • Method Detail

      • getWorkflowId

        public String getWorkflowId()
        Unique id of the workflow to continue execution as
      • setWorkflowId

        public void setWorkflowId​(String workflowId)
        Unique id of the workflow to continue execution as
      • getVersion

        public String getVersion()
        Version of the workflow to continue execution as
      • setVersion

        public void setVersion​(String version)
        Version of the workflow to continue execution as
      • getData

        public String getData()
        Expression which selects parts of the states data output to become the workflow data input of continued execution
      • setData

        public void setData​(String data)
        Expression which selects parts of the states data output to become the workflow data input of continued execution
      • setWorkflowExecTimeout

        public void setWorkflowExecTimeout​(WorkflowExecTimeout workflowExecTimeout)